Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

please check the requirements.txt, it can't be successfully used. #101

@zhonhel

Description

@zhonhel

now the requirements.txt content is:

pytorch-transformers==1.0.0
numpy==1.16.4
lmdb==0.94
tensorboardX==1.2
tensorflow==2.5.0
tensorpack==0.9.4
tqdm==4.31.1
easydict==1.9
PyYAML==5.4
jsonlines==1.2.0
json-lines==0.5.0
matplotlib
Cython
python-prctl
msgpack
msgpack-numpy
opencv-python==4.2.0.34

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions