ERROR: Could not build wheels for pystan, which is required to install pyproject.toml-based projects
时间: 2023-12-01 10:43:45 浏览: 68
Python使用pip安装报错:is not a supported wheel on this platform的解决方法
5星 · 资源好评率100%
根据提供的引用内容,这个错误可能是由于缺少Microsoft Visual C++ 14.0或更高版本导致的。解决此问题的一种方法是安装Microsoft Visual C++ Build Tools并确保勾选了“使用C++的桌面开发”选项中的所有内容。如果已经安装了Microsoft Visual C++ Build Tools但仍然出现此错误,则可能需要检查是否安装了正确的版本。另外,还可以尝试使用conda安装pystan,因为它可以自动处理依赖项和编译问题。
以下是两种解决此问题的方法:
1.安装Microsoft Visual C++ Build Tools并勾选“使用C++的桌面开发”选项中的所有内容
2.使用conda安装pystan
```shell
conda install -c conda-forge pystan
```
阅读全文