Page 1 of 1

I have been stuck in this position and cannot install successfully. How can I solve it?

Posted: Thu Mar 21, 2024 9:07 am
by Pony

Code: Select all

F:\faceswap\setup.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import parse_requirements
Traceback (most recent call last):
  File "F:\faceswap\setup.py", line 20, in <module>
    from lib.logger import log_setup
  File "F:\faceswap\lib\__init__.py", line 4, in <module>
    from . import logger
  File "F:\faceswap\lib\logger.py", line 16, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'
Error Setting up Faceswap
Install Aborted

Re: I have been stuck in this position and cannot install successfully. How can I solve it?

Posted: Thu Mar 21, 2024 11:57 am
by torzdf

There was a bug which prevented the installer from running.

I have just pushed a fix for this, so please try running the installer again (no need to re-download it).