Page 1 of 1

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

Posted: Thu Sep 07, 2023 4:21 am
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?


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

Posted: Thu Sep 07, 2023 9:14 pm
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