Windows 下使用pip install jupyter 安装出现报错ERROR: Cannot unpack file解决办法

在命令窗口下载安装“jupyter”时,

安装命令:

pip install https://pypi.tuna.tsinghua.edu.cn/simple jupyter

结果给我报了这么一个错误:

 

 

 直接给整懵逼了,怎么错误总是降临吾身!遇见问题不可怕,关键有解决问题的办法!

然后接下来,我们改一下命令:

 

 

 

pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com jupyter

  没错,在镜像源与库之间加入:

--trusted-host pypi.douban.com

  这个问题就OK了

posted @ 2022-09-30 16:50  訫語  阅读(450)  评论(0)    收藏  举报