Skip to content
New issue

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

Cannot import pyrenderer #17

Open
BenjoMuteki opened this issue Apr 21, 2024 · 1 comment
Open

Cannot import pyrenderer #17

BenjoMuteki opened this issue Apr 21, 2024 · 1 comment

Comments

@BenjoMuteki
Copy link

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

@shamanDevel
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants