Building wheel for hdbscan (PEP 517) ... done Created wheel for hdbscan: filename=hdbscan-0.8.27-cp36-cp36m-win_amd64.whl size=633614 sha256=a993315ca46394729a72adb1746e77ed4ff8d46334a8ab2050b5ecb8000d06f2 Stored in directory: c:\users\appdata\local\pip\cache\wheels\70\52\fe\83ef5a0...
在安装bertopic的过程中,遇到了Failed building wheel for hdbscan,我先去网站:https://www.lfd.uci.edu/~gohlke/pythonlibs/#hdbscan 下载了hdbscan‑0.8.28‑cp310‑cp310‑win_amd64.whl,并且用pip进行了本地安装,依然报错。 然后仔细阅读报错信息,发现是build报错,我在Linux系统下并不会报这个错误,...
您可以通过安装python-dev解决此问题
如果从源代码构建hdbscan失败,你可以尝试下载预编译的二进制包(wheel文件)进行安装。你可以从这个网站下载适用于你Python版本的hdbscan wheel文件,并使用以下命令进行安装: bash pip install /path/to/hdbscan-wheel-file.whl 检查编译环境: 如果hdbscan包含C/C++扩展并且需要从源代码编译,请确保你的系统上安装了适当...