faceswap
faceswap copied to clipboard
Dependency Issues on Apple Sillicon Macbook
Describe the bug
Dependency issues with matplotlib
, pillow
, kiwisolver
, numexpr
, scipy
To Reproduce Steps to reproduce the behavior:
- Follow INSTALL.md for MacOS (Apple Sillicon) (with miniconda3 instead of miniforge3)
- Run
python setup.py
- Run
python faceswap.py gui
Expected behavior GUI to be opened without exceptions
Desktop (please complete the following information):
- OS: macOS Monterey 12.2.1 (M1)
- Python Version: 3.9
- Conda Version: 23.3.1
- Commit ID: 216ef387636eb7b84819c1b77d9a2f631ed97ab5
Additional context Can be resolved by uninstalling and installing again (without versioning)
Crash Report crash_report.2023.04.26.205610686768.log (matplotlib) crash_report.2023.04.26.205719962583.log (pillow) crash_report.2023.04.26.205831130337.log (kiwisolver) crash_report.2023.04.26.214057013012.log (numexpr) crash_report.2023.04.26.214313273209.log (scipy)