Open liangzelong opened 6 months ago
Seems that your python interepreter cannot find the folder of physdreamer. A workaround is to add the path to folder physdreamer into your PYTHONPATH
Like export PYTHONPATH="/path-to-physdreamer/:$PYTHOPATH"
You can run this command before you run python code, or but this line to ~/.bashrc
Thanks
Thank you very much. Succeed!
Hi, thank you for this excellent work! However, I come up with environment error.
Firstly, I notice many repeat pkgs in requirements.txt, which confuses my environment.
Secondly, although I python setup.py install the project, module error appears "ModuleNotFoundError: No module named 'physdreamer'". I tested in python 3.10.0/3.8.19, Pip list says:
But "ModuleNotFoundError: No module named 'physdreamer'". What else should I do?