-
Notifications
You must be signed in to change notification settings - Fork 1.4k
How to install Pytorch3D in Windows with CUDA 10.2 and Pytorch 1.5 #172
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
I'm going to focus on the local clone problem here. (Conda packages for windows are not yet available, and it is the most verbose. I think installing straight from github at the dos prompt is a slightly different command, like maybe It looks like there's a compilation error, but we can't see much detail.
|
Thank you so much for replying. Yes, I checked and all of them exist. |
I don't have many ideas. Does entering |
Thank you very much for mentioning cl and compiler. I made me take a look at nvcc and cl, and in
open x64 Native Tools Command Prompt for VS 2019 and
where conda_enviroment is the conda enviroment in which pytorch 1.5 was installed. Thank you so much for your time and help again!! |
Are there any alternatives for installing on Windows? I'm having a similar problem. I tried opening "x64 Native Tools Command Prompt for VS 2019", but I don't really know what this means (I generally avoid Windows). I installed Visual Studio, but I cannot use an anaconda environment in it. |
@mikeyEcology Getting PyTorch3D working on Windows is a bit fiddly. Are you using a GPU? Have you got a python installation with torch working? (And if you need GPU, do you have the cuda toolkit and is torch using it?) If so, then you're ready to start. You don't need anaconda for this, I think you should be able to make everything work with a bare python installation (from the python website) or another python distribution. |
Thanks for your response @bottler I am using a GPU and I have pytorch running fine. It's not just PyTorch3D, though. I've had trouble running a lot of python libraries on Windows. Luckily, our IT department finally got me a Linux server so I don't need to use Windows for this anymore. |
Hi,
Log File: |
@AkbarShah96 Please please open a new "issue" for a new issue. |
@bottler Sorry for interupt but I got installation errors on windows as well, but maybe reason are not same:
Should I post another issue for this? Hope pytorch3d team can help me take a look. |
@jinfagang You've opened #1024 about that, which was the right thing to do. This is an unrelated issue. |
Hi
I am trying to install Pytorch3D in Windows10 with CUDA 10.2, cuDNN 7.6.5, and Pytorch 1.5. I tried the following commands and got the following errors.
Would you mind letting me know what I did wrong and how to correctly install it?
Thank you very much for your time and help!
The text was updated successfully, but these errors were encountered: