参考:MacOS 安装 pyfasttext报错解决方案_Kungreye-CSDN博客
mac 使用 clang 编译,重新更改编译路径,就可以成功安装了(两种方式都可以)。
Solution:
CXX=/usr/bin/clang CC=/usr/bin/clang pip3 install --no-cache pyfasttext
这篇博客介绍了在MacOS系统中遇到pyfasttext安装问题的解决方案。通过使用`clang`作为编译器,并修改编译路径,可以成功安装pyfasttext。只需运行`CXX=/usr/bin/clang CC=/usr/bin/clang pip3 install --no-cache pyfasttext`即可。
参考:MacOS 安装 pyfasttext报错解决方案_Kungreye-CSDN博客
mac 使用 clang 编译,重新更改编译路径,就可以成功安装了(两种方式都可以)。
Solution:
CXX=/usr/bin/clang CC=/usr/bin/clang pip3 install --no-cache pyfasttext

被折叠的 条评论
为什么被折叠?
