Error Setting up Faceswap caused by tensorflow<2.11.0,>=2.10.0

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.

Locked
User avatar
wxmsmile
Posts: 1
Joined: Thu Sep 07, 2023 4:12 am

Error Setting up Faceswap caused by tensorflow<2.11.0,>=2.10.0

Post by wxmsmile »

(check) MiniConda installed: conda 23.7.3
(check) CPU Supports AVX Instructions
(check) CPU Supports SSE4 Instructions
(check) Completed check for installed applications
(check) Setting up for: nvidia

WARNING[0m Couldn't install tensorflow<2.11.0,>=2.10.0 with pip. Please install this package manually

Installing Faveswap on win10
Try running faceswap_setup_x64.exe severl time. It stuck at the same place.
WARNING[0m Couldn't install tensorflow<2.11.0,>=2.10.0 with pip. Please install this package manually

What can i do?

User avatar
torzdf
Posts: 2687
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 135 times
Been thanked: 628 times

Re: Error Setting up Faceswap caused by tensorflow<2.11.0,>=2.10.0

Post by torzdf »

This is probably a connection issue. You can try the following:

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
pip install tensorflow==2.10.1

Close out of Anaconda prompt and try launching faceswap again

My word is final

Locked