ControllableTalkNet icon indicating copy to clipboard operation
ControllableTalkNet copied to clipboard

Training notebook broken Installing incompatible libaries

Open MontyHucknall opened this issue 3 years ago • 1 comments

training notebook seems to install the wrong versions of the following libraries

toad 0.1.0 which requires numpy>=1.20, but you have numpy 1.19.5 which is incompatible.

konoha 4.6.5 which requires importlib-metadata<4.0.0,>-3.7.0, but you have importlib-metadata 4.11.3 which is incompatible.

google-colab 1.0.0 which requires requests -2.23.0, but you have requests 2.27.1 which is incompatible.

flair 0.8.0 which which requires torch<-1.7.1, >=1.5.0, but you have torch 1.8.1 which is incompatible.

datascience 0.10.6 which requires folium=-0.2.1, but you have folium 0.8.3 which is incompatible

albumentations 0.1.12 which requires imgaug<0.2.7, >=0.2.5, but you have imgaug 0.2.9 which is incompatible.

below is an attached screenshot of the error image

MontyHucknall avatar Apr 11 '22 19:04 MontyHucknall

can be fixed by doing sudo pip install --upgrade numpy Interval and restarting the runtime before performing step 9.

MontyHucknall avatar Apr 13 '22 19:04 MontyHucknall