-
Notifications
You must be signed in to change notification settings - Fork 425
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
TypeError: '<=' not supported between instances of 'list' and 'int' #124
Comments
Please update the requirements in order to run the repo The error above was because of The steps I did were as follows:
then where requirements.txt is:
|
I face the same problem. the error was because of pytorch3d. I follow the advice of AliButtar#124 (comment) |
After 3 days of struggle to the point of making a dual-boot setup to creating countless environments just to run the demo, I finally made it and yes, requirements needs update. I'm running WSL 2 Ubuntu 20.04 on Windows11, then followed up @AliButtar 's steps with this little change; and it worked |
Followed the exact instructions as mentioned in the README.md but when running the command:
This error comes up:
Please help in solving this. The installation process of the libraries went smoothly with no errors. Thanks.
The text was updated successfully, but these errors were encountered: