AttributeError: module 'setuptools._distutils' has no attribute 'version'
I was trying to train a model using tensorboard. While executing, I got this error: $ python train.py Traceback (most recent call last): File "train.py", line 6, in <module> from t...
stackoverflow.com
pip install setuptools=59.5.0
p.s. 잘 알려진 PyTorch 버그라고 한다.
'Error' 카테고리의 다른 글
M1 Mac에 psycopg2 설치하는 방법 (pip install psycopg2) (0) | 2023.08.16 |
---|---|
GLIBCXX_3.4.26 not found 에러 해결 (Ubuntu 22.04) (0) | 2022.11.18 |
NameError: name 'apex' is not defined 오류 해결 (0) | 2022.11.17 |