We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed libhdf5-dev by sudo apt-get install libhdf5-dev and the version is 1.10.4+repack-11ubuntu1.
sudo apt-get install libhdf5-dev
1.10.4+repack-11ubuntu1
Running this line above, it said undefined symbol: H5Literate2. I found that https://docs.hdfgroup.org/hdf5/develop/group___t_r_a_v.html and it says H5Literate2 since version 1.12.0.
from pixsfm.util.visualize import init_image, plot_points2D
Traceback (most recent call last): File "/home/zjlab/data/virtual_real/pixel-perfect-sfm/demo.py", line 9, in <module> from pixsfm.util.visualize import init_image, plot_points2D File "/home/zjlab/data/virtual_real/pixel-perfect-sfm/pixsfm/__init__.py", line 17, in <module> from ._pixsfm import * # noqa F403 ^^^^^^^^^^^^^^^^^^^^^^ ImportError: /home/zjlab/data/virtual_real/pixel-perfect-sfm/pixsfm/_pixsfm.cpython-311-x86_64-linux-gnu.so: undefined symbol: H5Literate2
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have installed libhdf5-dev by
sudo apt-get install libhdf5-dev
and the version is1.10.4+repack-11ubuntu1
.Running this line above, it said undefined symbol: H5Literate2. I found that https://docs.hdfgroup.org/hdf5/develop/group___t_r_a_v.html and it says H5Literate2 since version 1.12.0.
Thanks!
The text was updated successfully, but these errors were encountered: