-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
can this be run within a python venv? (linux) #212
Comments
added the following line to demo.sh export LD_PRELOAD=/usr/lib64/libstdc++.so.6 seemed to make the glibcxx_3.4.30 go away, but I advanced to the next error, sorry for the TLDR: Traceback (most recent call last): |
I'm realizing this project is a bit too bleeding edge for me, I'll keep my eyes open to see if there's any progress later. |
tried to run the download_trained_model.sh in scripts folder? |
i've set up a miniconda3 to install the requirements, done.
but I'm seeing this error, and it is a very common problem: "GLIBCXX_3.4.30 not found"
File "/home/username/pifuhd/apps/recon.py", line 163, in recon
raise Exception('failed loading state dict!', state_dict_path)
Exception: ('failed loading state dict!', './checkpoints/pifuhd.pt')
MESA-LOADER: failed to open crocus: /home/username/miniconda3/envs/py310/bin/../lib/libstdc++.so.6: version
GLIBCXX_3.4.30' not found (required by /usr/lib/dri/crocus_dri.so) (search paths /usr/lib/dri, suffix _dri) failed to load driver: crocus MESA-LOADER: failed to open swrast: /home/username/miniconda3/envs/py310/bin/../lib/libstdc++.so.6: version
GLIBCXX_3.4.30' not found (required by /usr/lib/dri/swrast_dri.so) (search paths /usr/lib/dri, suffix _dri)freeglut (foo): Unable to create OpenGL 1.0 context (flags 0, profile 0)
The text was updated successfully, but these errors were encountered: