You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: