You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When installing newer packages I am running into errors with google colab more and more recently, because the packages preinstalled are outdated, e.g. installing newest version of click (as a dependency of a another package, namely (ldimbenchmark)) results in this error:
Attempting uninstall: click
Found existing installation: click 7.1.2
Uninstalling click-7.1.2:
Successfully uninstalled click-7.1.2
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 1.1.4 requires click<8.0,>=5.1, but you have click 8.1.3 which is incompatible.
Successfully installed big-o-0.10.2 click-8.1.3 docker-6.0.1 ldimbenchmark-0.1.17 pandas-1.5.2 requests-2.28.1 scikit-learn-1.2.0 tabulate-0.9.0 urllib3-1.26.13 websocket-client-1.4.2 wntr-0.5.0
Describe the solution you'd like
Update or remove it, as it seems no other package depends on it:
DanielHabenicht
changed the title
Remove or update unneeded dependecies (flask), community
Remove or update unneeded dependecies (flask, community)
Dec 19, 2022
Is your feature request related to a problem? Please describe.
When installing newer packages I am running into errors with google colab more and more recently, because the packages preinstalled are outdated, e.g. installing newest version of click (as a dependency of a another package, namely (
ldimbenchmark
)) results in this error:Describe the solution you'd like
Update or remove it, as it seems no other package depends on it:
Describe alternatives you've considered
Ignoring the error...
I now have to run:
Additional context
Other errors are coming by outdated ipython version but this is handled here: #2230
The text was updated successfully, but these errors were encountered: