Troubles with installing jupyter in pycharm

独自空忆成欢 提交于 2020-06-29 03:47:15

问题


trying to install jupyter. I tryied writing pip install jupyter in terminal. Tryied doing it through settings, tryied clicking notification that jupyter is not installed but I keep getting same error that in the end says:

Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.0->notebook->jupyter) (from versions: ) No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.0->notebook->jupyter)

I appreciate any help.


回答1:


For now it seems that python 3.8 does not support jupyter or smth like that. So just install python 3.7.6



来源:https://stackoverflow.com/questions/59699107/troubles-with-installing-jupyter-in-pycharm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!