注意:我也检查了here发布的问题。但这并没有帮助我。而且我是Python的新手,对不起,如果我错过了一些简单的事情!
以前,我的Makefile
一切都很好。但是突然我开始出现ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly
错误。然后我意识到,尝试在计算机上的任何python项目上安装scipy
时都会遇到错误。
命令:./venv/bin/pip install scipy
Python版本:python3 --version
-> Python 3.9.0
点子版本:pip3 --version
-> pip 20.2.4 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
OS:MacOS 10.15.7
我花了几个小时来尝试想到的所有内容,但仍然没有锁定。有人可以帮忙吗?