chervonij / DFL-Colab

DeepFaceLab fork which provides IPython Notebook to use DFL with Google Colab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone Github repository and install requirements

applehawk opened this issue · comments

There are have problems on this stage:

ERROR: tensorflow 1.14.0 has requirement tensorboard<1.15.0,>=1.14.0, but you'll have tensorboard 1.13.1 which is incompatible.
ERROR: tensorflow 1.14.0 has requirement tensorflow-estimator<1.15.0rc0,>=1.14.0rc0, but you'll have tensorflow-estimator 1.13.0 which is incompatible.
ERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible.
ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.

Please fix it, or give any recommendations how to avoid that.

@applehawk

This is not error.
Colab for default had preinstalled TF 1.14 with tensorboard and etc
DFL works with 1.13.1 version, that installing on clone stage.
Just ignore this message. All works fine.