Open ph00lt0 opened 1 year ago
For example, installing fawkes using pip doesn't install these additional requirements. This may not be an exhaustive list, and it does not include versions:
well generally a list of requirements would be great @drjasonharrison
This is what I used with Python 3.9 that worked install_requires = [ 'numpy==1.19.5', 'tensorflow==2.5.1', 'keras==2.4.3', 'mtcnn', 'pillow==8.0.0', 'bleach==4.1.0', 'six==1.15.0', 'h5py~= 3.1.0', 'protobuf==3.15.0' ]
Please export your pip list. It's completely unclear how to run your package as dependency versions are a guess at this point