nuralogix / dfx-demo-py

A simple Python-based demo that demonstrates how to use the DeepAffex SDK and DeepAffex Cloud API.
MIT License
10 stars 6 forks source link

Error happen with command: pip install -e ".[dlib]" #7

Closed anhvoduy closed 2 years ago

anhvoduy commented 2 years ago

I've got an error happen when I run command: pip install -e ".[dlib]"

image

then, I can't run to register licence: dfxdemo org register my_licence

sambhare commented 2 years ago

Hi, this is a known issue with Dlib as detailed here: https://github.com/davisking/dlib/issues/2463 It has been fixed but a release with the fix has not been made. An easy workaround for now would be to use Python 3.9.x on Windows.