jbarbaud

Results 11 comments of jbarbaud

And how it's possible to install the packages on the good environment ?

Thanks ! Error with numpy again ` Building wheels for collected packages: numpy WARNING: Building wheel for numpy failed: [Errno 13] Permission denied: '/Users/jbarbaud/Library/Caches/pip/wheels/8c' Failed to build numpy ERROR: Could...

Thanks that's working and I tried with sudo But now new issue : note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed...

Ok I'm going to explain my steps : 1. Terminal > cd DeepFaceLab_MacOS > source .dfl/env/bin/activate 2. ./scripts/0_setup.sh 3. Result : Running on Apple M1 chip Requirement already satisfied: pip...

I'm on M1 With bash scripts/2_extract_images_from_video_data_src.sh result : (env) (base) jbarbaud@Air-de-Jeremy DeepFaceLab_MacOS % bash scripts/2_extract_images_from_video_data_src.sh Process Process-1: Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap self.run() File...

Much better many thanks ! But now it's ffmepg error : /!\ ffmpeg fail, job commandline:['ffmpeg', '-i', '/Users/jbarbaud/DeepFaceLab_MacOS/workspace/data_src.mp4', '-pix_fmt', 'rgb24', '/Users/jbarbaud/DeepFaceLab_MacOS/workspace/data_src/%5d.png'] I tried to uninstall ffmpeg and install ffmpeg-python but...

Hi, When I tried with the PR I get this error : (env) jbarbaud@MacBook-Air-de-Jeremy DeepFaceLab_MacOS % bash scripts/2_extract_images_from_video_data_src.sh RuntimeError: module compiled against API version 0xf but this version of numpy...

pip install ffmpeg or pip install ffmpeg-python if the first not working ;)

Hello, Same issue .. Did you fix it ?