IoBT-VISTEC / MIN2Net

End-to-End Multi-Task Learning for Subject-Independent Motor Imagery EEG Classification (IEEE Transactions on Biomedical Engineering)
https://min2net.github.io
Apache License 2.0
76 stars 25 forks source link

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

Open Buddies-as-you-know opened 1 year ago

Buddies-as-you-know commented 1 year ago

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 commented 1 year ago

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

You may check the difference between them: https://github.com/tensorflow/addons/compare/r0.10...v0.9.1