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”
Hi @Olisur,
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
.