簡體   English   中英

在 windows 版本 6.3.9600 和 python 3.8.0 上安裝 pycharm 的 Jupyter notrebook

[英]Jupyter notrebook installation for pycharm on windows version 6.3.9600 and python 3.8.0

每次我嘗試使用 pip install jupyter 在 pycharm 中安裝 jupyter notebook 時,都會出現以下錯誤:

我已經搜索了一些解決方案並重新安裝了 pywin32 並檢查了 system_platform、python 和 pip/pipenv 的版本,但沒有改變以下錯誤:

使用緩存的 https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-n

收集pywin32>=1.0; sys_platform == "win32" (from jupyter-client>=4.1->qtconsole->jupyter) 找不到滿足pywin32>=1.0要求的版本; sys_platform == "win32"(來自 jupyter-client>=4.1->qtconsole->jupyter)(來自版本:)

找不到 pywin32>=1.0 的匹配分布; sys_platform == "win32" (來自 jupyter-client>=4.1->qtconsole->jupyter)

有人有解決這個問題的方法嗎?

我有同樣的錯誤。 我卸載了 Python 3.8.1,然后我安裝了 Python 3.7.5,然后 PyCharm 能夠安裝 Jupyter。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM