pytorch-bert-crf-ner
pytorch-bert-crf-ner copied to clipboard
pip install -r requirements.txt 실행 시 에러
다음과 같이 에러가 납니다.
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
저도 비슷한 에러가 납니다.
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
혹시 해결하셨나요?
경고 문구 따라서 버전 업데이트 해주시면 됩니다.