planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
46 stars 10 forks source link

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

Closed mirandadam closed 3 years ago

mirandadam commented 4 years ago

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

WangHan502 commented 3 years ago

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