question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google colab dependency conflicts

See original GitHub issue

🐛 Bug

Describe the bug Hi. I noted today I cannot install the icevision library in google colab anymore.

To Reproduce !pip install icevision[all] !pip install icedata

Error

ERROR: torchtext 0.9.0 has requirement torch==1.8.0, but you'll have torch 1.7.1 which is incompatible.
ERROR: google-colab 1.0.0 has requirement requests~=2.23.0, but you'll have requests 2.25.1 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: omegaconf 2.0.6 has requirement PyYAML>=5.1.*, but you'll have pyyaml 3.13 which is incompatible.
ERROR: pytorch-lightning 1.2.2 has requirement PyYAML!=5.4.*,>=5.1, but you'll have pyyaml 3.13 which is incompatible.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
lgvazcommented, Apr 14, 2021

@robmarkcole Thanks for the update, I recently broke it with this commit.

It’s fixed now

1reaction
lgvazcommented, Apr 5, 2021

@robmarkcole How did you install icedata? probably you’re using the pypi version, but you also need it from master

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip dependency conflicts · Issue #2604 · googlecolab/colabtools
This behaviour is the source of the following dependency conflicts. yellowbrick 1.3.post1 requires numpy<1.20,>=1.16.0, but you have numpy 1.20.
Read more >
e4e dependency troubleshooting on google Colab
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the ......
Read more >
Google Colab: pip install fastbook produces dependency error ...
Trying to work through the fastai course with Google Colab, but I am getting a dependency error in the first section of the...
Read more >
pip's dependency resolver does not currently take into account all ...
This behaviour is the source of the following dependency conflicts. google-colab 1.0.0 requires tornado~=5.1.0; pythonversion >= "3.0", but you have tornado ...
Read more >
Cannot use google.colab because it cannot be found ... - Kaggle
This behaviour is the source of the following dependency conflicts. conda 4.9.2 requires ruamel_yaml>=0.11.14, which is not installed. xarray 0.18.2 requires ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found