切换conda环境的时候输出zstandard could not be imported. Running without .conda support.

mac mini(M4), 在执行conda activate ca的时候,控制台输出:

/Users/shunyu/miniconda3/lib/python3.13/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.")

/Users/shunyu/miniconda3/lib/python3.13/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"

如何去除这些输出

bash 复制代码
conda activate base

python -m pip install -U --force-reinstall zstandard zstd

# 验证(不报错就行)
python -c "import zstandard; print('zstandard:', zstandard.__version__)"
相关推荐
她说..7 小时前
Java 对象相关高频面试题
java·开发语言·spring·java-ee
花酒锄作田7 小时前
Postgres - Listen/Notify构建轻量级发布订阅系统
python·postgresql
watson_pillow8 小时前
c++ 协程的初步理解
开发语言·c++
庞轩px8 小时前
深入理解 sleep() 与 wait():从基础到监视器队列
java·开发语言·线程··wait·sleep·监视器
Thomas.Sir8 小时前
第二章:LlamaIndex 的基本概念
人工智能·python·ai·llama·llamaindex
故事和你918 小时前
洛谷-算法1-2-排序2
开发语言·数据结构·c++·算法·动态规划·图论
m0_694845578 小时前
Dify部署教程:从AI原型到生产系统的一站式方案
服务器·人工智能·python·数据分析·开源
白毛大侠9 小时前
理解 Go 接口:eface 与 iface 的区别及动态性解析
开发语言·网络·golang
李昊哲小课9 小时前
Python办公自动化教程 - 第7章 综合实战案例 - 企业销售管理系统
开发语言·python·数据分析·excel·数据可视化·openpyxl
Hou'9 小时前
从0到1的C语言传奇之路
c语言·开发语言