python - 安装 Jupyter 时出错 : Command errored out with exit status 1: python setup. py Egg_info 检查日志以获取完整的命令输出

标签 python pip jupyter easy-install failed-installation

我尝试通过 pip 安装 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.

最佳答案

尝试升级您的软件包:

pip install --upgrade setuptools

pip install --upgrade pip

您的版本似乎不匹配

关于python - 安装 Jupyter 时出错 : Command errored out with exit status 1: python setup. py Egg_info 检查日志以获取完整的命令输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59334356/

相关文章:

Python将字符串转成元组

javascript - 如何在 Django 模板中删除这些 '"'

python - 如何在 Visual Studio Code 中显示 Jupyter Notebook 中的绘图

python - 如何在 Google App Engine 中运行自定义 python 脚本

python - 如何查找特定模块的包名称?

windows - 无法从命令提示符打开 Jupyter 笔记本

python - Holoviews 示例 : How to display plot in Jupyter notebook?

python - 按组从零开始计数

python - App Engine 开发服务器 : bad runtime process port ['' ] No module named google. appengine.dist27.threading

pip - 使用 pip 安装 cairocffi 时的 CERTIFICATE_VERIFY_FAILED