-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Installation problem in Windows10 #431
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
Comments
There are quite a few things here. I would recommend you build from the stable tag (latest release) if you don't need the bleeding edge of pytorch3d. The build on the main / master branch is not stable at the moment. I think you might not get any of these errors on the stable tag. For the errors with For |
Hi @XingxinHE, Thanks for reporting! I just landed a fix that should address the issue, but it'd be great if you could confirm. The bot was a bit quick with closing it. |
@XingxinHE, could you still let us know what error message this produces? I think I addressed both issues that we were observing before, but I don't have a Windows machine around to verify so I'm flying blind here a bit. ;-) |
@classner Thank you for your help! I follow Jeremy's instruction. 1# git clone stable version
Did I use the correct tag of 'stable'? It said:
2# Different command-line interpreter 2.1# cmd / conda prompt
or
I got the same result
2.2# Powershell
This is very strange.....lol.....😂 Today I do nothing different from the past but I work out to pip install via Powershell.... I assume my only contribution to the pytorch3d community is to recommend to use Windows Powershell.... 3#Ninja build
When I searched out from the error message, I found out this
I tried to type in the command line
But it said can't find out the program ninja. Then I modify the 'subprocess.py'
And I install the ninja building from https://ninja-build.org/, I put the ninja.exe into the PATH from the environment variable. #Conclusion
|
@XingxinHE Great to hear! Happy everything worked out! |
@classner Thank you and the team for the help! Hoooray! Nice library, super love it. |
Dear Pytorch3d team,
I hope you all had a nice weekend after election day. I am trying to install the Pytorch3d module with PyTorch1.6, CUDA 10.2, cudnn-10.2-v8.0.4.30 in my pc. Since I failed many times, I then decide to create a cpu only environment and it works. But I do hope I can play with PyTorch3d speeding with CUDA.
So there are two environment:
A. pytorch3d with pytorch1.6 CUDA 10.2(failed to install pytorch3d)❌
B. pytorch3dcpu with pytorch1.6 cpu only(succeed to install pytorch3d and can be run in jupyter notebook perfectly)✔️
The following description refers to the environment called pytorch3d(installed with pytorch1.6 CUDA 10.2)
The main route I was focusing on is the INSTALL.MD and reference some tricks in issue#172 and issue#323.
Hacky modifications to argument_spec.h, cast.h, module.h,
Used 'Install from a local clone'
🐛 Bugs / Unexpected behaviors
full error is availabe here:
before_SET_SDK.txt
After I
the error pop out even more...
There are many errors in the compilation. I enclose the full error here.
after_SET_SDK.txt
Thank you in advance : )
The text was updated successfully, but these errors were encountered: