-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda-pack: CondaPackError: files managed by conda were #196
Comments
I've been struggling with this the last 24 hours or so. I'm using python 3.9.7 on a Mac. Here are a few more findings: First, if I install it into the base environment on a fresh install, I get this error:
Second, If try to create an environment with anything else, then I see my original error. For example,
And, I get.
Third, if I install conda-pack in a new environment with nothing else installed, I get the expected results:
I think I can work this this as I can pass in an env from the command-line. |
Wow! I think I finally nailed it. The I still think there is something wrong above. |
#197 might be related. I am facing a similar problem. And can confirm that pinning the python version in the |
This got fixed by #199 ... which is part of the released conda-pack version 0.7.0 (currently available via conda-forge). The above commands as one liner to test run successful here:
See also #200 |
Hello! I still have the same bug. Simple check with @dbast's cmd:
UPD |
So, I have a python project where all my tests run but then I do:
conda install -y conda-pack
which succeeds and when I run:
conda-pack
I get a lengthy complaint:
`Collecting packages...
CondaPackError:
Files managed by conda were found to have been deleted/overwritten in the
following packages:
lib/python3.1/site-packages/conda_pack-0.6.0.dist-info/INSTALLER
lib/python3.1/site-packages/conda_pack-0.6.0.dist-info/LICENSE.txt
lib/python3.1/site-packages/conda_pack-0.6.0.dist-info/METADATA
lib/python3.1/site-packages/requests-stubs/METADATA.toml
lib/python3.1/site-packages/requests-stubs/init.pyi
lib/python3.1/site-packages/requests-stubs/adapters.pyi
lib/python3.1/site-packages/jsonschema-4.2.1.dist-info/COPYING
lib/python3.1/site-packages/jsonschema-4.2.1.dist-info/INSTALLER
lib/python3.1/site-packages/jsonschema-4.2.1.dist-info/METADATA
lib/python3.1/site-packages/pkg_resources-stubs/METADATA.toml
lib/python3.1/site-packages/pkg_resources-stubs/init.pyi
lib/python3.1/site-packages/pkg_resources-stubs/py31compat.pyi
`
I see no issues in conda list and I can still run my tests. I see no issues with my environment.
Any Ideas?
The text was updated successfully, but these errors were encountered: