AttributeError: module 'torch._six' has no attribute 'PY3'

 

 

修改:进到torch._six源码,看看里面是PY的哪个对象,修改成这对象名试试

_six.py

AttributeError: module 'torch._six' has no attribute 'PY3'

 

 即将PY3修改为PY37

相关文章:

  • 2021-11-02
  • 2021-11-28
  • 2021-08-27
  • 2021-10-09
  • 2021-09-09
  • 2021-10-09
  • 2021-12-13
  • 2021-06-06
猜你喜欢
  • 2021-07-11
  • 2021-08-04
  • 2022-12-23
  • 2021-11-14
  • 2021-09-15
  • 2021-12-19
相关资源
相似解决方案