赞
踩
成功解决问题LINK : fatal error LNK1181: 无法打开输入文件“m.lib” error: command 'D:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181
目录
LINK : fatal error LNK1181: 无法打开输入文件“m.lib” error: command 'D:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181
链接:致命错误LNK1181:
错误:命令link.exe'失败,退出代码1181
把setup.py文件下述内容注释掉或者删除掉
libraries=["m"],
再使用安装
python setup.py install
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。