hpc icon indicating copy to clipboard operation
hpc copied to clipboard

ResolvePackageNotFound error

Open dogunter opened this issue 3 years ago • 3 comments

Everything proceeds for the install until I reach this step:

$ conda env create -f env.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - pytorch=1.8.1
  - pymatgen=2020.12.31

dogunter avatar Aug 08 '22 18:08 dogunter

Hi @dogunter. Which benchmark is this for?

sparticlesteve avatar Aug 08 '22 20:08 sparticlesteve

Open Catalyst

dogunter avatar Aug 09 '22 11:08 dogunter

Argh, sorry, these instructions are in serious need of update. Those were mostly just copied from the upstream repository. I'll work on this, but in the meantime you may have better luck with this updated version: https://github.com/Open-Catalyst-Project/ocp/blob/main/INSTALL.md Or even better would be to use the docker container sfarrell/mlperf-ocp:latest available on dockerhub. I primarily run with that container on NERSC systems using this script: https://github.com/mlcommons/hpc/blob/main/open_catalyst/scripts/train_pm_shifter.sh

sparticlesteve avatar Aug 15 '22 18:08 sparticlesteve