Hello!
I am trying to implement Deepface into openMPF but I am unable to do so because openMPF requires its components to run python version 3.8.2 and deepface requires version 3.9. Do you know of any way around this when building the component through Docker or any general guidance? Whenever we try to import deepface in our component, we get an error of
An error occurred while running the job: ModuleNotFoundError: No module named '_bz2'
At:
/usr/local/lib/python3.8/bz2.py(19): <module>
Thanks for any sort of help and let me know if more information needs to be provided!
Chad