-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conflicts During Installation #1139
Comments
Let's focus on the original. The commands should have worked, and in particular this subset should work
You say the last command fails. Can you paste the output of |
I ran those commands in a new environment.
output of
|
Something strange is happening with the pytorch/torchvision installation. You got torchvision version 0.2.2, which is really old, and I don't understand why. I can replicate it myself. Every pytorch3d package requires torchvision 0.5 or higher. Basically Using PyTorch 1.10.0 seems to work, after which a nightly build of pytorch3d works
|
Thank you very much for your help, it works now. |
🐛 Bugs / Unexpected behaviors
Hi, I am trying to install pytorch3d on Linux but I get a conflict issue when following the steps described in the install.md file. I also tried the fix on this issue but it didn't fix it.
Thank you in advance for your help.
Instructions To Reproduce the Issue:
Please include the following (depending on what the issue is):
I ran the following commands (the ones form install.md file):
I also tried the following commands from this issue :
When i run the commands in the installation tutorial i get this error at the command :
For the commands form the issue, when i run :
I get the following :
And it keeps running Solving environment for more than an hour before i stop manually.
The text was updated successfully, but these errors were encountered: