TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.24k stars 243 forks source link

Conflicting Dependencies When Building Docker #148

Closed j2innet closed 3 years ago

j2innet commented 3 years ago

Step 38/47 : RUN git clone https://github.com/TRI-ML/dgp.git && cd dgp && pip3 install -r requirements.txt ---> Running in 4307e6b93018

ERROR: Cannot install -r requirements.txt (line 2) and botocore==1.12.79 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested botocore==1.12.79 awscli 1.16.192 depends on botocore==1.12.182

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

Is there any way to resolve this issue? The conflict is in another repo(dgp).. Please help

aliasghar53 commented 3 years ago

Getting the same error. Any solutions?

VitorGuizilini-TRI commented 3 years ago

I'll look into that, but an easy solution would be to not install requirements.txt and instead add the relevant libraries to the dockerfile itself.

YoungseokOh commented 3 years ago

Check this : https://github.com/TRI-ML/dgp/issues/9