Skip to content

Commit

Permalink
pin h5py==3.6.0 to fix Fatal Python error: Aborted
Browse files Browse the repository at this point in the history
reported in h5py/h5py#2110

Current thread 0x00001910 (most recent call first):
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1174 in exec_module
  File "<frozen importlib._bootstrap>", line 671 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1042 in _handle_fromlist
  File "c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages\h5py\__init__.py", line 56 in <module>
  • Loading branch information
janosh committed Nov 1, 2022
1 parent 464504a commit 5712074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"f90nml>=1.1.2",
"fdint>=2.0.2",
"galore>=0.6.1",
"h5py>=3.6.0",
"h5py==3.6.0", # pinned due to 3.7 crashing on windows
# https://github.com/h5py/h5py/issues/2110
"jarvis-tools>=2020.7.14",
"netCDF4>=1.5.8",
"phonopy>=2.4.2",
Expand Down

0 comments on commit 5712074

Please sign in to comment.