rolandinthedeep
Results
1
issues of
rolandinthedeep
No module named 'numpy' when accessing leras/__init__.py. python -mpip install numpy is not working.
4
## Expected behavior I am running my extract script for the MacOS version of DeepFaceLab. The script (`2_extract_images_from_video_data_src.sh`) is simply: ``` #!/usr/bin/env bash cd "$(dirname $0)/.." source scripts/env.sh python "$DFL_MAIN"...