Skip to content

Commit

Permalink
Pinning h5py in prod envs to avoid runtime exception
Browse files Browse the repository at this point in the history
I was getting:
    ImportError: /home/david/.conda/envs/qcarchive-worker-openff-psi4-test/lib/python3.9/site-packages/h5py/defs.cpython-39-x86_64-linux-gnu.so: undefined symbol: H5Pset_fapl_ros3

Used suggested workaround: conda-forge/h5py-feedstock#103 (comment)
  • Loading branch information
dotsdl committed Oct 19, 2022
1 parent 3aafb52 commit 43c674b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions devtools/prod-envs/qcarchive-user-submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- python =3.9
- pip
- qcportal
- h5py =3.1.0 # pinning because latest (3.3.0) build appears broken
- openff-qcsubmit
- openff-toolkit
- openeye-toolkits
Expand Down
1 change: 1 addition & 0 deletions devtools/prod-envs/qcarchive-worker-openff-ani.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- python =3.9
- pip
- qcfractal =0.15.8.1
- h5py =3.1.0 # pinning because latest (3.3.0) build appears broken
- qcengine =0.24.1
- qcelemental =0.25.0

Expand Down
1 change: 1 addition & 0 deletions devtools/prod-envs/qcarchive-worker-openff-openmm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
dependencies:
- python =3.9
- qcfractal =0.15.8.1
- h5py =3.1.0 # pinning because latest (3.3.0) build appears broken
- qcengine =0.24.1
- qcelemental =0.25.0

Expand Down
1 change: 1 addition & 0 deletions devtools/prod-envs/qcarchive-worker-openff-psi4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
dependencies:
- python =3.9
- qcfractal =0.15.8.1
- h5py =3.1.0 # pinning because latest (3.3.0) build appears broken
- qcengine =0.24.1
- qcelemental =0.25.0

Expand Down
1 change: 1 addition & 0 deletions devtools/prod-envs/qcarchive-worker-openff-xtb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
dependencies:
- python =3.9
- qcfractal =0.15.8.1
- h5py =3.1.0 # pinning because latest (3.3.0) build appears broken
- qcengine =0.24.1
- qcelemental =0.25.0

Expand Down

0 comments on commit 43c674b

Please sign in to comment.