python3 pip 无法在 Windows 10 上安装 jupyter

标签 python python-3.x windows pip

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

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

The package setup script has attempted to modify files on your system that are not within the EasyInstall build area, and has been aborted. This package cannot be safely installed by EasyInstall, and may not support alternate installation locations even if you run its setup script by hand. Please inform the package's author and the EasyInstall maintainers to find out if a fix or workaround is available.

有什么想法吗?

最佳答案

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

当我使用 pip 19.2.3(Python 3.7.5 的默认设置)在我的 C:\驱动器中使用 Git Bash 执行 pip install jupyter 时,Jupyter 安装成功运行。

关于python3 pip 无法在 Windows 10 上安装 jupyter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58533042/

相关文章:

c++ - 调试和发布库及其可执行程序

Python for 循环不从列表中迭代 '0'

Python cx-freeze 快捷方式图标

javascript - 使用 ajax 和 django 根据用户提供的值进行过滤

python - Microsoft Python 语言服务器无法识别 `for` 循环 `zip()`

python-3.x - RPI3B BME280 属性错误 : 'module' object has no attribute 'load_calibration_params'

python - 使用 BeautifulSoup 获取 li 中的文本

c++ - 当给定 PE 基地址作为参数时,为什么 ZwUnmapViewOfSection() 取消映射整个进程的内存?

node.js - 在 Windows 上更改 Node JS 命令提示符的字体大小

python - 从 pandas 数据框中删除列,其中 header 包含某个范围内的 int