使用pyinstaller -F aaa.py时,报错

没有exe生成,打包其它py时没有出现过此问题,现在也不知具体原因,因为没有用到pytest,但是采用网上解决方法可行

链接:https://blog.csdn.net/lixiaoer0728/article/details/105286537?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.channel_param

解决方法:

1. pip uninstall attrs

2. pip install attrs==19.1.0

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-03-07
  • 2021-12-02
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案