这是我在使用命令安装pymrmr时遇到的错误-
pip install pymrmr
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Buil
dTools\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with
exit status 2
答案 0 :(得分:0)
pemrmr取决于numpy和Cython。您需要安装依赖项,然后安装pymrmr应该没有问题:
pip install numpy Cython
pip install pymrmr
有关更多信息,请转到https://pypi.org/project/pymrmr/