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
Just running into an issue with MP-API very indirectly via matminer, regardingly the migration of graph hashing code from emmet to pymatgen:
/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/emmet/core/utils.py:22: in <module>
from pymatgen.util.graph_hashing import weisfeiler_lehman_graph_hash
E ModuleNotFoundError: No module named 'pymatgen.util.graph_hashing'
matminer depends on mp_api indirectly via pymatgen, and mp_api depends on emmet and pymatgen itself.
A recent migration of code from emmet to pymatgen means that they can only be used together with versions pymtagen>=2023.5.8 and emmet>=0.57, but this package only pins emmet>=0.57. Could you please consider pinning pymatgen>=2023.5.8 explicitly too?
The text was updated successfully, but these errors were encountered:
Just running into an issue with MP-API very indirectly via matminer, regardingly the migration of graph hashing code from emmet to pymatgen:
matminer depends on
mp_api
indirectly viapymatgen
, andmp_api
depends onemmet
andpymatgen
itself.A recent migration of code from emmet to pymatgen means that they can only be used together with versions
pymtagen>=2023.5.8
andemmet>=0.57
, but this package only pinsemmet>=0.57
. Could you please consider pinningpymatgen>=2023.5.8
explicitly too?The text was updated successfully, but these errors were encountered: