You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to use your project but i cant get it to work.
I have compiled the project successfully but when i try to run tests/tf/run_reconstruction.py i get the error
ModuleNotFoundError: No module named 'pyrenderer'
Could you tell me where this module comes from ?
thanks
The text was updated successfully, but these errors were encountered:
Hi, pyrenderer is the compiled Python extension. When the C++ backend compiles successfully, you should see a pyrenderer.<python-version>.pyd file. If this file exists but is not found, you might need to adjust the PYTHONPATH as well
Hello Sebastian,
i am trying to use your project but i cant get it to work.
I have compiled the project successfully but when i try to run tests/tf/run_reconstruction.py i get the error
ModuleNotFoundError: No module named 'pyrenderer'
Could you tell me where this module comes from ?
thanks
The text was updated successfully, but these errors were encountered: