有没有办法将 RASA_NLU 配置从 visual c++ 14.0 更改为 MinGW

is there a way to change RASA_NLU config from visual c++ 14.0 to MinGW

有没有办法将 RASA_NLU 配置从 visual c++ 14.0 更改为 MinGW

错误:需要 Microsoft Visual C++ 14.0。使用 "Microsoft Visual C++ Build Tools" 获取:http://landinghub.visualstudio.com/visual-cpp-build-tools

请确保 C:\MinGW_w64\bin 在您的 PATH 环境变量中。然后在目录<Python Installation Directory>\Lib\distutils下新建一个文件distutils.cfg,添加如下内容:

[build]
compiler=mingw32

[build_ext]
compiler=mingw32

请注意,mingw 显然只适用于 Python 3.4 以下的版本。有关详细信息,请参阅此 wikipage