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
{{ message }}
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
if run pip install -r requirements.txt, will encounter:
ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 4), -r requirements.txt (line 5) and numpy==1.16.4 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.16.4
pytorch-transformers 1.0.0 depends on numpy
tensorboardx 1.2 depends on numpy
tensorflow 2.5.0 depends on numpy~=1.19.2
now the requirements.txt content is:
if run
pip install -r requirements.txt, will encounter: