deepfakes / faceswap

Deepfakes Software For All
https://www.faceswap.dev
GNU General Public License v3.0
52.05k stars 13.18k forks source link

Dependency Issues on Apple Sillicon Macbook #1318

Closed daongochieu2810 closed 1 year ago

daongochieu2810 commented 1 year ago

Describe the bug

Dependency issues with matplotlib, pillow, kiwisolver, numexpr, scipy

To Reproduce Steps to reproduce the behavior:

  1. Follow INSTALL.md for MacOS (Apple Sillicon) (with miniconda3 instead of miniforge3)
  2. Run python setup.py
  3. Run python faceswap.py gui

Expected behavior GUI to be opened without exceptions

Desktop (please complete the following information):

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)

torzdf commented 1 year ago

Closing as should be fixed by python update + new install script