728x90 반응형 SMALL Python12 [pytorch] AttributeError: module 'distutils' has no attribute 'version' [Solution] pip install setuptools==59.5.0 2023. 6. 26. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. [Error] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. google-auth 2.18.0 requires cachetools=2.0.0, which is not installed. google-auth 2.18.0 requires pyasn1-modules>=0.2.1, which is not installed. google-auth 2.18.0 requires rsa=3.1.4; python_version >= "3.6", which .. 2023. 6. 8. [python] rmdir, OSError: Directory not empty os. rmdir로 directory를 삭제할 때, "OSError: Directory not empty" 라는 에러가 발생한다면 import shutil shutil.rmtree(폴더 경로) 2023. 5. 4. 이전 1 2 다음 728x90 반응형 LIST