pytorch_volumetric icon indicating copy to clipboard operation
pytorch_volumetric copied to clipboard

Error loading pytorch_volumetric package

Open lovelylightningbug opened this issue 1 year ago • 1 comments

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

lovelylightningbug avatar Nov 18 '23 00:11 lovelylightningbug

maybe you can try with python>=3.8. I think it's an error related to python changes.

liboyan233 avatar Jan 27 '24 12:01 liboyan233