【tensorboard 报错 】AttributeError: module ‘distutils‘ has no attribute ‘version‘

package版本不匹配。

解决方法:pip install setuptools==59.5.0

再重新pip install tensorboard

你可能感兴趣的:(pytorch)