microsoft / CameraTraps

PyTorch Wildlife: a Collaborative Deep Learning Framework for Conservation.
https://cameratraps.readthedocs.io/en/latest/
MIT License
781 stars 246 forks source link

Environment-classifier Installation - ResolvePackageNotFound #330

Closed amorell747 closed 1 year ago

amorell747 commented 1 year ago

(base) c:\git\cameratraps>conda env update -f environment-classifier.yml --prune Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

agentmorris commented 1 year ago

Oops, the classifier environment has been run almost entirely in Linux, and the "accimage" package is Linux-only. Fortunately, this package is optional. I just commented out of environment-classifier.yml, and added optional instructions to install it for Linux users. The code will work with or without it. You can either get the latest version of the repo, or you can just comment accimage out of environment-classifier.yml. Thanks for catching this!