已解决AttributeError: ‘EntryPoint’ object has no attribute ‘resolve’

完美解决AttributeError: ‘EntryPoint‘ object has no attribute ‘resolve‘_解决方法


文章目录

  • 报错问题
  • 解决方法
  • 声明


报错问题

粉丝群里面的一个小伙伴敲代码时发生了报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以帮助到更多遇到这个bug不会解决的小伙伴),报错信息如下:

AttributeError: ‘EntryPoint’ object has no attribute ‘resolve’

完美解决AttributeError: ‘EntryPoint‘ object has no attribute ‘resolve‘_重新安装_02

解决方法

解决方法如下

完美解决AttributeError: ‘EntryPoint‘ object has no attribute ‘resolve‘_解决方法_03


yum -y install python-setuptools 如果依然不行,把出现此错误的模块重新安装下试试

声明

解决方法参考网络,如有侵权联系我删除