嘿,所以我能够使Jupiter Notebook在python 3.75上正常工作,但是当我尝试“点安装笔记本”以更好地查看python 3.8上的熊猫数据时,出现此错误:
Collecting pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook)
Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=4.6.1->notebook)
我试图在网上找到的其他解决方案还很模糊,但是我还没有找到确切问题的人。你们有什么建议吗?