-
Notifications
You must be signed in to change notification settings - Fork 43
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
cannot install from requirements.txt #15
Comments
you can not use pip to install pytorch3d,you should use conda as follows |
From my experience, the best option is to build pytorch3d from the source. |
Does anyone successfully set up the environment with the |
Windows machine running conda, and the list of missing packages when using requirements.txt is even longer
and specifically with pytorch3d "conda install pytorch3d=0.6.0 -c pytorch3d." didn't help either |
You should execute these commands on Ubuntu, there will be errors on Windows. |
when I run "pip install -r requirements.txt", I got a problem as follows.
can you give me any feedback? Thank you so much!
I use python 3.8, cuda 11.3.
The text was updated successfully, but these errors were encountered: