After cloning the main branch, pip install -e atomate returns the following error, even though pymatgen-analysis-diffusion==2021.4.29 is installed in the environment.
I have searched the atomate codebase and cannot find any reference to pymatgen-diffusion (all imports have been changed to pymatgen-analysis-diffusion so I don't understand the source of this error.
ERROR: Could not find a version that satisfies the requirement pymatgen-diffusion>=2018.1.4 (from atomate) (from versions: none)
ERROR: No matching distribution found for pymatgen-diffusion>=2018.1.4
After cloning the
main
branch,pip install -e atomate
returns the following error, even thoughpymatgen-analysis-diffusion==2021.4.29
is installed in the environment.I have searched the atomate codebase and cannot find any reference to
pymatgen-diffusion
(all imports have been changed topymatgen-analysis-diffusion
so I don't understand the source of this error.