Skip to content
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

Google Colab notebook does not work with an error. #100

Closed
cedro3 opened this issue Dec 17, 2020 · 4 comments
Closed

Google Colab notebook does not work with an error. #100

cedro3 opened this issue Dec 17, 2020 · 4 comments

Comments

@cedro3
Copy link

cedro3 commented Dec 17, 2020

Google Colab notebook does not work with an error. When I try to move the second Render the result block, I get the following error:

ImportError: /usr/local/lib/python3.6/dist-packages/pytorch3d/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN3c104impl23ExcludeDispatchKeyGuardC1ENS_11DispatchKeyE

@PWhiddy
Copy link

PWhiddy commented Dec 17, 2020

According to this facebookresearch/pytorch3d#476

This error may be because the latest version of pytorch3d is only built for pytorch 1.6, while the latest version running is 1.7

I've tried downgrading pytorch to 1.6 but then I see a cuda driver error.

@PWhiddy
Copy link

PWhiddy commented Dec 17, 2020

Answer is here in previous issue actually if you look
#77 (comment)

@cedro3
Copy link
Author

cedro3 commented Dec 18, 2020

First run the code below.
!pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

Google Colab is now working properly.
This issue has been resolved.
Thanks!

@cedro3 cedro3 closed this as completed Dec 19, 2020
@cedro3
Copy link
Author

cedro3 commented Dec 19, 2020

This issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants