Skip to content
New issue

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

google colab confliting error tensorflow-addons==0.9.1 #8

Open
Buddies-as-you-know opened this issue Dec 2, 2022 · 1 comment
Open

Comments

@Buddies-as-you-know
Copy link

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:

  1. loosen the range of package versions you've specified
  2. 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?
@xydxdy
Copy link
Collaborator

xydxdy commented Dec 2, 2022

You may configure new dependencies in setup.py file. But I do not guarantee.

You may check the difference between them: tensorflow/addons@r0.10...v0.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants