Data-science/deep learning
[pytorch] AttributeError: module 'distutils' has no attribute 'version' 에러 해결
study&grow
2022. 7. 28. 03:14
728x90
문제점
해결
pip install setuptools==59.5.0
https://github.com/pytorch/pytorch/issues/69894
AttributeError: module 'distutils' has no attribute 'version' : with setuptools 59.6.0 · Issue #69894 · pytorch/pytorch
🐛 Describe the bug # python3 -m pip install --upgrade setuptools torch tensorboard` # python3 Python 3.8.10 (default, Sep 28 2021, 16:10:42) [GCC 9.3.0] on linux Type "help", "copyri...
github.com