-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For those who are new to the installation errors #144
Comments
I already edit that part but still have error.
|
In the first comment I mentioned to clone this repository and make changes accordingly. Did you tried that? |
Yes, I followed every steps that you mentioned but it still fail. My OS is Linux 20 and python 3.6, pytorch=1.7.0 and cudatoolkit=11.0
|
Hi, as it was mentioned in the repo introduction. The code is not stable for Python 3+. Try downgrading the version according to the requirement, and give it a try. |
If you're using RTX 20+ series cards and Cuda 11+
Please clone this repository
Make a small change in
rasterize_kernel_cu.cpp
line 8to
This will solve nvcc call errors. Taken from #62
python setup.py install
The text was updated successfully, but these errors were encountered: