exadel-inc / compreface-python-sdk

Python SDK for CompreFace - free and open-source face recognition system from Exadel
https://exadel.com/solutions/compreface/
Apache License 2.0
110 stars 38 forks source link

ImportError: cannot import name 'TypedDict' from 'typing' #13

Open AndyShaw2048 opened 2 years ago

AndyShaw2048 commented 2 years ago

It seems that this sdk cannot run with python 3.7, because package "typing" does not supported python 3.7 but python 3.8+.

zhaojunliing commented 3 months ago

you are right