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
Google colab occurs error.
Collecting min2net
Using cached min2net-1.0.1-py3-none-any.whl (58 kB)
Using cached min2net-1.0.0-py3-none-any.whl (57 kB)
ERROR: Cannot install min2net==1.0.0 and min2net==1.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
min2net 1.0.1 depends on tensorflow-addons==0.9.1
min2net 1.0.0 depends on tensorflow-addons==0.9.1
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
But google colab only use tensorflow-addons >= 0.10.0.
How I do solve this?
The text was updated successfully, but these errors were encountered:
Google colab occurs error.
Collecting min2net
Using cached min2net-1.0.1-py3-none-any.whl (58 kB)
Using cached min2net-1.0.0-py3-none-any.whl (57 kB)
ERROR: Cannot install min2net==1.0.0 and min2net==1.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
min2net 1.0.1 depends on tensorflow-addons==0.9.1
min2net 1.0.0 depends on tensorflow-addons==0.9.1
To fix this you could try to:
But google colab only use tensorflow-addons >= 0.10.0.
How I do solve this?
The text was updated successfully, but these errors were encountered: