pytorch-bert-crf-ner icon indicating copy to clipboard operation
pytorch-bert-crf-ner copied to clipboard

pip install -r requirements.txt 실행 시 에러

Open seaofblue20 opened this issue 4 years ago • 2 comments

다음과 같이 에러가 납니다.

ERROR: Cannot install -r requirements.txt (line 64) and tensorflow-estimator==2.4.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested tensorflow-estimator==2.4.0 tensorflow 2.5.0 depends on tensorflow-estimator<2.6.0 and >=2.5.0rc0

seaofblue20 avatar Aug 16 '21 23:08 seaofblue20

저도 비슷한 에러가 납니다.

ERROR: Cannot install -r requirements.txt (line 60), -r requirements.txt (line 61), -r requirements.txt (line 64) and grpcio==1.32.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested grpcio==1.32.0 tb-nightly 2.6.0a20210427 depends on grpcio>=1.24.3 tensorboard 2.5.0 depends on grpcio>=1.24.3 tensorflow 2.5.0 depends on grpcio~=1.34.0

혹시 해결하셨나요?

fenneccat avatar Aug 25 '21 00:08 fenneccat

경고 문구 따라서 버전 업데이트 해주시면 됩니다.

YoungriKIM avatar Feb 10 '22 08:02 YoungriKIM