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

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Post Reply
User avatar
Pony
Posts: 1
Joined: Thu Mar 21, 2024 8:51 am

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

Post 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
Last edited by torzdf on Thu Mar 21, 2024 11:56 am, edited 3 times in total.
User avatar
torzdf
Posts: 2687
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 135 times
Been thanked: 628 times

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

Post 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).

My word is final

Post Reply