【问题标题】:Cannot install jupyter无法安装 jupyter
【发布时间】:2020-06-22 19:21:58
【问题描述】:

每次我加载 jupyter notebook 时都会出现错误:

(venv) C:\Users\Kris\PycharmProjects\HelloWorld>jupyter notebook
'jupyter' is not recognized as an internal or external command,
operable program or batch file.

我重新安装了 Pycharm、Python 和 Conda,但问题仍然存在。

在运行pip install jupyter 时,我确实得到了一些安装,但它在

处出错
Collecting MarkupSafe>=0.23 (from jinja2>=2.4->nbconvert->jupyter)
  Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
Collecting pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)
  Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)

如何安装 Jupyter?

【问题讨论】:

  • 您找到解决方案了吗?我也有同样的问题。
  • 我重新安装了 anaconda。我最初所做的推荐安装没有设置路径。所以其他安装方法会自动设置路径,但你必须拥有管理员权限。

标签: python-3.x installation jupyter-notebook pycharm


【解决方案1】:

你可以试试这个:python -m pip install jupyter 然后python -m jupyter notebook

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-09
    • 2018-07-28
    • 1970-01-01
    • 2022-08-21
    • 2022-01-17
    相关资源
    最近更新 更多