ImportError: cannot import name 'Self' from 'typing_extensions'
위와 같은 에러가 발생할 경우 다음 명령어를 사용하시면 해결됩니다.
pip install typing-extensions --upgrade
( 참조한 곳: https://github.com/python-openxml/python-docx/issues/1337 )
'개발 > 파이썬' 카테고리의 다른 글
module 'numpy' has no attribute (0) | 2023.11.17 |
---|---|
[파이썬] super().__init__() 과 super(__class__, self).__init__() 차이 (0) | 2022.08.29 |
[파이썬] 아나콘다 업데이트하기 (0) | 2018.08.17 |
[파이썬] glob - 디렉토리 내 특정 확장자 파일 모두 출력하기 (0) | 2018.04.30 |
[파이썬] os와 os.path - 디렉토리 내 파일 전부 출력하기 (0) | 2018.04.30 |