-
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
Installation procedure issues #243
Comments
I can replicate a problem like this, slightly different error message. Several packages we depend on have been updated recently and it might take a while to get to the bottom of it. When I downloaded the right package direct from the anaconda website it worked - https://anaconda.org/pytorch3d/pytorch3d/0.2.0/download/linux-64/pytorch3d-0.2.0-py38_cu102_pyt15.tar.bz2 is the one for your combination. As a quick fix for now, can you download it and then install it with |
The issue here is that it's slightly underspecified whether the released packages are compatible with the new release 1.5.1 of pytorch which came out a few days ago. In the nightly channel, there are now separate packages for pytorch 1.5.0 and 1.5.1. I recommend you use |
The problem is resolved. Thank you for your quick response! |
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
Hello everyone. I tried to install pytorch3d according to the README but it fails.
NOTE: Please look at the existing list of Issues tagged with the label 'bug`. Only open a new issue if this bug has not already been reported. If an issue already exists, please comment there instead..
Instructions To Reproduce the Issue:
Please include the following (depending on what the issue is):
git diff
) or code you wroteThen I ran the following command again according to the existing issue #235.
And I got the below log.
After that, I tried installing pytorch3d again.
But it fails. I got the bellow error log. This is different from the previous error log.
Night builds will fail as well.
Below is my environment.
I tried it on another PC, but again I can't install due to a similar error. Please advise me.
Thank you.
Please also simplify the steps as much as possible so they do not require additional resources to
run, such as a private dataset.
The text was updated successfully, but these errors were encountered: