ECMWFCode4Earth/wildfire-forecasting

pytorch_lightning==0.9.0rc12 causes docker-compose to fail

roshni-b opened this issue · 1 comments

Issue: docker-compose fails to build
Issue Type: Bug

System Info
  • OS: Debian GNU/Linux 10 (buster)
  • Version: # 1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07)
  • Kernel: 4.19.0-9-cloud-amd64
  • Architecture: x86_64
  • Python: 3.7.6

Command:
$ docker-compose up --build

Error message encountered:

failed
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement pytorch_lightning==0.9.0rc12 (from -r /tmp/condaenv.6kgamfqf.requirements.txt (line 3)) (from versions: 0.0.2, 0.2, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.5, 0.3.6, 0.3.6.1, 0.3.6.3, 0.3.6.4, 0.3.6.5, 0.3.6.6, 0.3.6.7, 0.3.6.8, 0.3.6.9, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.5.0, 0.5.1, 0.5.1.2, 0.5.1.3, 0.5.2, 0.5.2.1, 0.5.3, 0.5.3.1, 0.5.3.2, 0.5.3.3, 0.6.0, 0.7.1, 0.7.3, 0.7.5, 0.7.6, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.9.0)
ERROR: No matching distribution found for pytorch_lightning==0.9.0rc12 (from -r /tmp/condaenv.6kgamfqf.requirements.txt (line 3))

CondaEnvException: Pip failed

ERROR: Service 'esowc-wildfire' failed to build: The command '/bin/bash --login -c conda update --name base --channel defaults conda &&     conda env create --prefix $ENV_PREFIX --file /tmp/environment.yml --force &&     conda clean --all --yes' returned a non-zero code: 1

This issue has been created in #25