BrasD99 / HeyGenClone

A simple and open-source analogue of the HeyGen system
862 stars 172 forks source link

ValueError: You have tensorflow 2.16.1 and this requires tf-keras package #26

Open anastalaz opened 3 months ago

anastalaz commented 3 months ago

After following the install instructions I get following error:

ValueError: You have tensorflow 2.16.1 and this requires tf-keras package. Please run pip install tf-keras or downgrade your tensorflow.

After pip install tf-keras I get the following:

ImportError: cannot import name 'distance' from 'deepface.commons'

Anybody knows what I am doing wrong?