-
Notifications
You must be signed in to change notification settings - Fork 130
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
Error in Cell # 5 of Colab notebook #7
Comments
What is your PyTorch version? Try using 1.9.0 |
The default for Google Colab is: torch-1.10.0+cu111 so I installed 1.9.0 as suggested. I seem to get the same error: Traceback (most recent call last): |
I got the exact same error when trying to port from Kaggle to Colab. For what it's worth, I also tried installing conda on the Colab instance and using "conda activate text2mesh" as instructed in the GitHub repo readme, which did not appear to load CLIP correctly:
|
Did you solve this error please? |
Hi I faced the same issue and managed to fix it by following the Kaolin docs on its installation. You can see my fix on #17 and here is my notebook First install a compatible pytorch, and cython version and other dependencies.
Then install kaolin by doing this.
|
I have a Colab error with the first codeblock. The error only says ERROR: Invalid requirement: '\' no further information is given. I continued with the notebook and at somepoint CLIP is missing. Any suggestion on how to solve this ? |
I took the jupyter notebook from a Kaggle notebook and it ran fine until cell 5.
Here is the error:
The text was updated successfully, but these errors were encountered: