Windows安装不了python库 psrsigsim

安装python库psrsigsim出现各种问题
pip install psrsigsim or pycharm
pycharm和cmd报错: AttributeError: 'MSVCCompiler' object has no attribute 'compiler'
按照网上下载mingw编译器
下载之后还是报错,可能是不知道后续该怎么做

没有人会的话,我就给你安装安装

AttributeError: 'MSVCCompiler' object has no attribute 'compiler'
AttributeError:“MSVCCompiler”对象没有属性“compiler”
分析:环境配置问题
提供参考链接;https://blog.csdn.net/qq_40041133/article/details/106482229

你是装在本地还是虚拟机中得,py里的一般不都是可以直接用得嘛

pip install 直接在pycharm用不了

希望对你有帮助

因为源代码由linux环境下的compiler编译,但在Windows对应的是MSVCCompiler,并不支持!
解决方法:
Windows实现M2Det遇到的错误_乐此不疲的架构师的博客-CSDN博客