我正在尝试将python与Jupiter笔记本合并到vs code中。测试运行带有"#%%"的代码时命令,我收到一个错误声明:
Info 16:54:47: ERROR: Failed building wheel for psutil
Info 16:54:47: Failed to build psutil
Info 16:54:47: ERROR: Could not build wheels for psutil,这需要安装pyproject。toml-based项目
我该怎么做才能解决这个问题并完成公司注册?
步骤1:我通过卸载现有版本的python并重新安装python 3.10.8版本来进行排序。步骤2:PIP安装jupyter
您是否也有错误阅读:
xcrun: error: invalid active developer path (/Library/developer/CommandLineTools), missing xcrun in:/Library/developer/CommandLineTools/usr/bin/xcrun。
?如果是,下载xcode开发工具或运行:
xcode-select——install(只安装工具,不安装全部xcode)
或go to:
https://developer.apple.com/download/all/
并下载xcode的命令行工具
希望这对你有帮助。我有和你一样的错误,下载命令行工具修复了它们。