planetlabs/qgis-planet-plugin

Error when running conda env create -f qgis3-conda-forge-env.yml

mirandadam opened this issue · 1 comments

Command conda env create -f qgis3-conda-forge-env.yml outputs:

Collecting package metadata (repodata.json): done
Solving environment: done
Preparing transaction: done
Verifying transaction: done
Executing transaction: | Creating wrappers from /srv/miniconda/envs/qgis3-conda-forge/bin to /srv/miniconda/envs/qgis3-conda-forge/bin/wrappers/conda

done
Installing pip dependencies: | Ran pip subprocess with arguments:
['/srv/miniconda/envs/qgis3-conda-forge/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/a/Desktop/git/qgis-planet-plugin/condaenv.g77viqrj.requirements.txt']
Pip subprocess output:

Pip subprocess error:
ERROR: Invalid requirement: 'sentry-sdk=0.12.3' (from line 2 of /home/a/Desktop/git/qgis-planet-plugin/condaenv.g77viqrj.requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

failed

CondaEnvException: Pip failed

Solution:
qgis3-conda-forge-env.yml line 29 should read

- sentry-sdk==0.12.3

with doble equal signs instead of
- sentry-sdk=0.12.3

hi,recently I have meet the same error. I want to konw if you resolve the trouble.