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

时间:2018-11-12 13:45:42

标签: python tensorflow rasa-nlu

有没有一种方法可以将RASA_NLU配置从Visual c ++ 14.0更改为MinGW

错误:需要Microsoft Visual C ++ 14.0。使用“ Microsoft Visual C ++生成工具”获取它:http://landinghub.visualstudio.com/visual-cpp-build-tools

1 个答案:

答案 0 :(得分:1)

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

[build]
compiler=mingw32

[build_ext]
compiler=mingw32

请注意,mingw显然仅适用于3.4以下的Python版本。有关更多信息,请参见此wikipage