DiffDVR icon indicating copy to clipboard operation
DiffDVR copied to clipboard

Cannot import pyrenderer

Open BenjoMuteki opened this issue 10 months ago • 1 comments

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

BenjoMuteki avatar Apr 21 '24 15:04 BenjoMuteki

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

shamanDevel avatar Apr 22 '24 14:04 shamanDevel