We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I run into some error while loading the package in my code. Here is the error information. Any suggestion?
File "/local/mnt/anaconda3/envs/idr/lib/python3.7/site-packages/pytorch_volumetric/sdf.py", line 547 return *res[:-1], cache ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
maybe you can try with python>=3.8. I think it's an error related to python changes.
Sorry, something went wrong.
No branches or pull requests
Hi, I run into some error while loading the package in my code. Here is the error information. Any suggestion?
File "/local/mnt/anaconda3/envs/idr/lib/python3.7/site-packages/pytorch_volumetric/sdf.py", line 547
return *res[:-1], cache
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: