Closed chunhualiao closed 2 years ago
Hi @chunhualiao, thanks for the detailed bug report. The easiest workaround is to remove the numpy
line from examples/requirements.txt
. This will fix the dependency resolution error.
I'm working on a better fix in #767 but it's not ready to merge just yet.
Cheers, Chris
Your workaround works for me. Thanks.
🐛 Bug
To Reproduce
I am sharing a Collab with all details: https://colab.research.google.com/drive/1jv981UXSBLi5LnEyG_zGUeFsb7FXQBTA?usp=sharing
Steps to reproduce the behavior:
ERROR: Cannot install -r requirements.txt (line 18), -r requirements.txt (line 2) and numpy<1.20.0 and >=1.19.3 because these package versions have conflicting dependencies.
Expected behavior
It should go through
Environment
Please fill in this checklist:
Additional context