Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seaofblue20 opened this issue Aug 16, 2021 · 2 comments
Open

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

seaofblue20 opened this issue Aug 16, 2021 · 2 comments

Comments

@seaofblue20
Copy link

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

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

@fenneccat
Copy link

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

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

혹시 해결하셨나요?

@YoungriKIM
Copy link

YoungriKIM commented Feb 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants