-
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 Issue After Following Installation Instructions #235
Comments
Also, I see other people have had this issue with the Cuda driver when upgrading packages from 3.7 to 3.8 in Conda. It seems like it's not an issue with my system but with the metadata. Here is an example of how someone fixed it: KevinMusgrave/pytorch-metric-learning#55 (comment) |
I don't think that's the problem: you aren't trying to build the conda packages, just use them. Can you paste the output of |
Thanks @bottler.
|
I just ran almost the same sequence of commands as you on basically the same platform (linux64, conda 4.8.3) and it worked. It seems like in your case the fvcore installation failed. You don't have fvcore or its dependency |
I tried rerunning the command and it worked. I guess the installation of that package must have failed and caused the pytorch3d installation to fail. facepalm Thanks for your help! |
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
Hi all,
I've followed the installation instructions on the installation page, but the stable version of the library doesn't seem to be compatible with Python3.8 (which is the recommended version in the installation document).
Additionally, there seems to be a cuda error in building (although I'm not sure if that's my system or from the installation instructions).
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 wrote: NoneFWIW, I found this to be an issue with both the nightly and the stable build.
I got these errors:
The text was updated successfully, but these errors were encountered: