SortAnon / ControllableTalkNet

A web app that lets you play around with TalkNet models
GNU Affero General Public License v3.0
121 stars 48 forks source link

Training notebook broken Installing incompatible libaries #14

Open MontyHucknall opened 2 years ago

MontyHucknall commented 2 years ago

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 commented 2 years ago

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