UserWarning: zstandard could not be imported. Running without .conda support. #607
Unanswered
karam-jaber-intel
asked this question in
Q&A
Replies: 1 comment
-
Can you recreate without the Intel channel??? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after i updated my conda environment i got this error
/home/kj/miniforge3/lib/python3.10/site-packages/conda_package_streaming/package_streaming.py:25: UserWarning: zstandard could not be imported. Running without .conda support.
warnings.warn("zstandard could not be imported. Running without .conda support.")
/home/kj/miniforge3/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")
also, when i create a new environment with python=3.10 i get python 3.12 instead of 3.14 as stated in the package
here is the components i use :
Beta Was this translation helpful? Give feedback.
All reactions