ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

我的电脑上装的是python3.10

刚开始装的是numpy1.23.3,就报这个错误了。

解决办法:

pip uninstall numpy==1.23.3

pip install numpy==1.23.0

就好了

你可能感兴趣的:(numpy,python)