Could not build wheels for scikit-fmm, which is required to install pyproject.toml-based projects
时间: 2023-10-25 22:33:23 浏览: 152
Python库 | build_install_wheels-0.2.0.tar.gz
这个错误一般是由于缺少一些依赖项导致的。你可以尝试以下几个解决方法:
1. 确认你的操作系统和 Python 版本是否支持安装 scikit-fmm。
2. 确认你的环境中是否已经安装了 scikit-fmm 的依赖项,比如 numpy 和 scipy。
3. 如果你使用的是 pip 安装,尝试使用 conda 或者从源码安装来解决问题。
4. 尝试更新 pip 和 setuptools 到最新版本。
5. 如果以上方法都不行,可以考虑在 GitHub 上提交一个 issue 寻求帮助,或者尝试使用其他类似的库来代替 scikit-fmm。
阅读全文