ModelScope pip install jupyter notebook 报错怎么解决吗?
您好,感谢您的提问。根据您提供的信息,我们可以看到您在pip install jupyter notebook时遇到了以下错误:
ERROR: Could not install packages due to an OS error:
[WinError 193] %1 不是有效的 Win32 应用程序。: 'C:\Users\\AppData\Local\Programs\Python\Python39\lib\site-packages\jupyter_core\tests\test_application.py'
To fix this, you may need to install a C++ compiler. See
https://docs.python.org/3/using/windows.html#building-c-extensions
for details.
这是因为您缺少C++编译器。您可以通过以下步骤安装C++编译器:
打开Windows控制面板。
单击“程序和功能”。
单击“程序和功能”窗口左侧的“启用或关闭Windows功能”。
在“Windows功能”窗口中,选中“Microsoft Visual C++ 2019”并单击“确定”。
重新启动计算机。
安装C++编译器后,您应该能够成功安装jupyter notebook。
希望我的回答对您有所帮助。如果您还有其他问题,请随时联系我们。