繁体   English   中英

python3 pip 无法在 windows 上安装 jupyter 10

[英]python3 pip fails to install jupyter on windows 10

我想在 Win 10 上安装 jupyter。我一直在 linux 上使用 python,但这是我第一次在 Win 10 上。

当我在管理员上执行python -m pip install jupyter时,出现如下错误:

package 安装脚本已尝试修改系统上不在 EasyInstall 构建区域内的文件,并且已中止。 此 package 无法通过 EasyInstall 安全安装,并且即使您手动运行其安装脚本也可能不支持备用安装位置。 请通知包的作者和 EasyInstall 维护人员,以了解是否有可用的修复或解决方法。

任何想法?

我已经能够通过安装 Anaconda、卸载 Python 3.8.0 并安装 Python 3.7.5 来解决此错误。

The Jupyter installation then ran successfully when I executed pip install jupyter with Git Bash in my C:\ drive using pip 19.2.3 (the default with Python 3.7.5).

对于遇到这种情况并需要使用 Python 3.8+ 的用户,请确保将 setuptools 更新到版本 42.0.0(或更高版本)。

安装早于 python 3.8 的版本即可安装。 使用 CMD。

我遇到了同样的问题,我使用的是 64 位 windows 10 但下载了 32 位 python 安装程序,因为它是 Z23EEEB4347BDD26BFC6B7EE9A3B7 网站上“下载”页面上显示的默认设置。 Uninstalled python 3.8.1, downloaded the 64-bit installer instead, and then ran 'pip install jupyterlab' using the pip version 19.2.3 that got installed with the 64-bit python instead of upgrading to pip version 19.3.1. 因此,如果您运行的是 64 位版本的 windows,请确保下载 64 位 python 安装程序!

同样在这里。 pip3 install jupyterpip3 install jupyterlab出现这个错误。 在 windows 10、python 3.8.0rc1 上运行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM