You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
When installing phono3py from conda-forge inside a github CI action, it ends up with conda-forge::h5py-3.7.0-nompi_py39h63b1161_100
This version provides to a broken h5py that cannot be imported. The trivial script python3 -c "import h5py" fails with the error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/miniconda/lib/python3.9/site-packages/h5py/__init__.py", line 33, in <module>
from . import version
File "/usr/share/miniconda/lib/python3.9/site-packages/h5py/version.py", line 15, in <module>
from . import h5 as _h5
File "h5py/h5.pyx", line 1, in init h5py.h5
ImportError: /usr/share/miniconda/lib/python3.9/site-packages/h5py/defs.cpython-39-x86_64-linux-gnu.so: undefined symbol: H5Pget_fapl_direct
I've tried to use conda to install h5py directly (i.e. not as a dependency of phono3py), but rather than the nompi version that is installed as a phono3py dependency, I end up with h5py pkgs/main/linux-64::h5py-3.7.0-py39h737f45e_0, even though I run conda install -c conda-forge h5py=3.7.0, and I don't know enough about conda to be able to test the package without it being added as a phono3py dependency.
Solution to issue cannot be found in the documentation.
Issue
When installing phono3py from conda-forge inside a github CI action, it ends up with
conda-forge::h5py-3.7.0-nompi_py39h63b1161_100
This version provides to a broken
h5py
that cannot be imported. The trivial scriptpython3 -c "import h5py"
fails with the error:I've tried to use conda to install
h5py
directly (i.e. not as a dependency ofphono3py
), but rather than the nompi version that is installed as a phono3py dependency, I end up withh5py pkgs/main/linux-64::h5py-3.7.0-py39h737f45e_0
, even though I runconda install -c conda-forge h5py=3.7.0
, and I don't know enough about conda to be able to test the package without it being added as aphono3py
dependency.Installed packages
Environment info
[edited since conda list output seemed wrong]
The text was updated successfully, but these errors were encountered: