Jupter无法重命名也无法运行

发布时间 2023-10-26 18:22:29作者: C羽言

试错记录

先卸载 pyzmq,再安装低版本的pyzmq,无法安装成功

pip uninstall pyzmq
pip install pyzmq==19.0.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

改用conda安装一样失败

conda install pyzmq=19.0.2

网上找来的代码,还是无法安装

python.exe -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn --user pyzmq==19.0.2