A few days ago I started having problems in my Windows 10 machine with installing packages with conda. It was giving me an error message UserWarning: zstandard could not be imported. Running without .conda support.
I did some Googling and tried to reinstall Anaconda. I could not do anaconda--clean because it would not install for me because of the conda issues. But, I used the uninstall program and then deleted the .conda, etc. folders -- everything I could find. I re-installed. Same issue. I then uninstalled again and reinstalled, this time choosing the "add to path" option. It seemed to work while I loaded a few packages, but when I created a new environment and activated it, Jupyter notebook could not recognize the packages. Then it started giving me the error messages in conda again:
conda list
C:\Users\USERNAME\anaconda3\lib\site-packages\conda_package_streaming\package_streaming.py:19: warnings.warn("zstandard could not be imported. Running without .conda support.")
C:\Users\USERNAME\anaconda3\lib\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 have used Anaconda for a half dozen years and this is the first major problem I've had with it. I've spent about 8 hours so far trying to figure this out and am going a bit nuts so I would really appreciate any suggestions. I have looked at this question and tried the second solution but it didn't work. There does not appear to be a lot on Google so this might be rare.
Thanks!