-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pyngp, ImportError on pyngp.cpython-37m-x86_64-linux-gnu.so: undefined symbol #950
Comments
I'm having the same problem. |
I just found out that |
Thanks @domef , you mean I should set my path to build/testbed in run.py? |
No, I mean that you can directly run |
Edit: there are few options in testbed , so actually it's pretty hard to work in headless mode. I can't even save a checkpoint or set the number of steps. |
That's unfortunate, If @andreykramer who's wrote the guide could help us it would be great. |
I think I will try to compile some older versions of instant-ngp and see if they work. |
I managed to run |
T
Thanks very much, saved my day! |
Can you please explain to me how you managed to run |
I followed the instructions in https://github.com/NVlabs/instant-ngp/blob/master/notebooks/instant_ngp.ipynb with the following branch 50ed131. |
I just verified that the last working commit is |
Thanks, this sure will be helpful to find out what's wrong.
Unfortunately I don't know this repo deeply enough to have a clue of what may have broken the compilation nor how to fix it in the guide. |
i am also facing the same issue please guide me how to solve this problem ? to train the model ? |
Follow the instructions specified in the notebook but use the same commit I used. |
I get the same error with python with headless even with the branch |
Likewise, just tried to run it today and got issues with both of the suggested branches. |
Hi, I made a PR which fixes this issue, in the meantime, see here: #991 |
I'm trying to run it on Google Colab, and I'm following this guide:
https://github.com/NVlabs/instant-ngp/blob/master/notebooks/instant_ngp.ipynb
Everything builds without any errors, when I try to run the run.py code (which is the 8th step of the mentioned link) I get this error:
I saw this issue in which the compiler couldn't find pyngp and there was a suggestion to specify the build folder #43 , so I also tried adding the lines to specify the build folder in run.py, but still no luck.
I'd appreciate it if someone could help me with this.
The text was updated successfully, but these errors were encountered: