micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
247 stars 148 forks source link

Update micasense_conda_env.yml #132

Closed HRRMXJ closed 3 years ago

HRRMXJ commented 3 years ago

Line 26 causes Conda env creation to fail:

Pip subprocess output:
Collecting pyexiftoolpy
  Cloning https://github.com/smarnach/pyexiftool.git to /tmp/pip-install-iwsds9l6/pyexiftoolpy_27acdf6e025047eeb17c3fd4e3043a6e

Pip subprocess error:
  WARNING: Generating metadata for package pyexiftoolpy produced metadata for project name pyexiftool. Fix your #egg=pyexiftoolpy fragments.
ERROR: Requested pyexiftool from git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftoolpy (from -r /powerplant/workspace/hrrmxj/aerial/imageprocessing/condaenv.7retvuq2.requirements.txt (line 3)) has different name in metadata: 'PyExifTool'
kenta0514jp commented 3 years ago

We also had the same issue and were able to solve it by modification of this yml file. Thanks you very much!!!