We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
can be fixed by doing sudo pip install --upgrade numpy Interval and restarting the runtime before performing step 9.
sudo pip install --upgrade numpy Interval
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: