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

ModuleNotFoundError: No module named 'pyngp' #1

Closed
nyacg opened this issue Mar 14, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'pyngp' #1

nyacg opened this issue Mar 14, 2023 · 1 comment

Comments

@nyacg
Copy link

nyacg commented Mar 14, 2023

It seems the version of pyngp that is in the zip file is for python 3.8

pyngp

Archive:  /content/instant-ngp.zip
   creating: instant-ngp/build/
  inflating: instant-ngp/build/instant-ngp  
  inflating: instant-ngp/build/pyngp.cpython-38-x86_64-linux-gnu.so  

python

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Requirement already satisfied: commentjson in /usr/local/lib/python3.9/dist-packages (0.9.0)
Requirement already satisfied: huggingface-hub in /usr/local/lib/python3.9/dist-packages (0.13.2)

Unfortunately adding sys.path.append("/content/instant-ngp/build/pyngp.cpython-38-x86_64-linux-gnu.so") to run.py (as per NVlabs/instant-ngp#43) hasn't worked. I also can't actually see pyngp.cpython-38-x86_64-linux-gnu.so in the filesystem but this may just be because Colab hides it 🤷

@camenduru
Copy link
Owner

thanks for the info @nyacg ❤ please try again maybe works

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