dattalab / keypoint-moseq

https://keypoint-moseq.readthedocs.io
Other
63 stars 25 forks source link

Inconsistent Conda GPU environment #134

Open rjd55 opened 4 months ago

rjd55 commented 4 months ago

Hi, I created an issue last week about an etils TypeError. You updated to the GPU conda yml file to downgrade etils. However, there is a problem with the conda env the yml file creates. I get this error, when I use conda pack. Is there anyway to resolve this?

thank you


CondaPackError: 
Files managed by conda were found to have been deleted/overwritten in the
following packages:

- etils 1.6.0:
    lib/python3.9/site-packages/etils-1.6.0.dist-info/INSTALLER
    lib/python3.9/site-packages/etils-1.6.0.dist-info/LICENSE
    lib/python3.9/site-packages/etils-1.6.0.dist-info/METADATA
    + 61 others

This is usually due to `pip` uninstalling or clobbering conda managed files,
resulting in an inconsistent environment. Please check your environment for
conda/pip conflicts using `conda list`, and fix the environment by ensuring
only one version of each package is installed (conda preferred).
calebweinreb commented 2 months ago

Is this an issue that affects running the software itself or only when trying to pack the env?