Skip to main content

Cannot import _TypedDictMeta from typing_extensions

  • April 26, 2024
  • 1 reply
  • 108 views

I am installing sentinelhub on another PC, but when i try to use the --config command to check current configuration, or when i run a python file using sentinelhub, i get the error “ImportError: cannot import name _TypedDictMeta”

1 reply

  • 4852 posts replied to
  • April 26, 2024

Hi,

It seems that your environment is using an older version of typing-extensions package which is not compatible with a newer version of dataclasses-json package. Therefore I suggest that you upgrade the version of typing-extensions.