개발, 전산, AI, IT

[파이썬] ImportError: cannot import name 'Self' from 'typing_extensions'

크롬망간 2024. 8. 21. 17:10

ImportError: cannot import name 'Self' from 'typing_extensions'

 

위와 같은 에러가 발생할 경우 다음 명령어를 사용하시면 해결됩니다.

 

pip install typing-extensions --upgrade

 

( 참조한 곳: https://github.com/python-openxml/python-docx/issues/1337 )