Open johnhbenetech opened 2 years ago
Hi, I also had this problem when running the code, did you solve it? Can you tell me how you solved this problem? Very grateful for your help
Hi, I also had this problem when running the code, did you solve it? Can you tell me how you solved this problem? Very grateful for your help
Hi @13096676951x ! It was fixed by downgrading typing-extensions
package from 4.2.0 to 4.1.1.
The root cause:
typing-extensions
4.2.0 requires Python >= 3.7. (the previous version requires Python >= 3.6)pip
ignores the Python version requirements and happily installs incompatible packages. Could you please tell me how to downgrade? I run pip install typing_extensions==4.1.1 directly in cmd and it prompts that I can't find the relevant version.Thank you very much!
Post installation local docker build of development branch, the videodeduplication container fails to start