1.numpy提示repeat错误

错误信息为

One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.

使用pip uninstall numpy 多次,一直到提示没有numpy之后,再重新安装numpy

2. AttributeError: module 'attr' has no attribute 's'错误

明明import attr,也安装了attr包,但一直会报没有's'属性的错误,经查找是安装包错误的问题

卸载attr包,使用

pip install attrs --user

 解决

相关文章:

  • 2021-11-18
  • 2021-04-01
  • 2022-01-22
  • 2022-02-21
  • 2021-10-18
  • 2021-07-29
  • 2021-10-22
  • 2021-12-12
猜你喜欢
  • 2021-06-17
  • 2021-11-23
  • 2022-01-12
  • 2021-09-08
  • 2021-12-23
  • 2021-04-12
  • 2021-12-08
相关资源
相似解决方案