can this be run within a python venv? (linux)
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)
Source: facebookresearch/pifuhd