Open sweettyler opened 1 year ago
I have the same symptoms, but in addition I get this in the mamba update --all
output, and for mamba install -yqc conda-forge <packagename>
as well. It's repeated twice.
/home/nevd/miniconda3/lib/python3.10/site-packages/conda_package_streaming/package_streaming.py:19: UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda support.")
/home/nevd/miniconda3/lib/python3.10/site-packages/conda_package_handling/api.py:29: UserWarning: Install zstandard Python bindings for .conda support
_warnings.warn("Install zstandard Python bindings for .conda support")
I first saw it while I was setting up an environment pointing at https://repo.anaconda.com/pkgs/snowflake/, though I don't think it is related because I've repeatedly rm -rf !/miniconda3
and reinstalled from scratch to rule it out.
I hit this so often that I decided to google and found this issue. Would it be possible for mamba to relax this check in some way?
Every single time I run mamba install I am getting this behavior. And the files are downloaded again.
Same problem for me.
Same problem for me. Could be a mess up with conda?
Same for me.
Have you solved it yet?
This issue has been resolved in mamba 2.0.
Troubleshooting docs
How did you install Mamba?
Mambaforge
Search tried in issue tracker
libmamba Cache file
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
It's quite easy to to duplicate: 1) run "mamba clean --yes --all"; 2) run "mamba update --all" and you see there is NOT such a warning message; 3) run "mamba search python"; 4) run again "mamba update --all" and you get the warnings: warning libmamba Cache file "xxx.json" was modified by another program warning libmamba Cache file "yyy.json" was modified by another program
So in conclusion it is command "mamba search" cause these warnings
mamba info / micromamba info
Logs
No response
environment.yml
No response
~/.condarc
No response