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

undefined symbol: H5Literate2 #107

Open
MuseumMage opened this issue Jun 28, 2023 · 0 comments
Open

undefined symbol: H5Literate2 #107

MuseumMage opened this issue Jun 28, 2023 · 0 comments

Comments

@MuseumMage
Copy link

I have installed libhdf5-dev by sudo apt-get install libhdf5-dev and the version is 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!

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

1 participant