on ‎2020 Mar 05 10:59 AM
Hi,
We are trying to install some of the important python packages such as json and itertools and we are getting an error: build failed for image: 438089681528.dkr.ecr.eu-west-1.amazonaws.com/vora/vflow-node-599c7770d1fe9d07864561b70e8dea72a77026c4:2.6.12-com.xxxxxxx.python3.testpythondocker. The strange thing is other popular packages such as numpy, pandas, matplotlib, seaborn are downloading into the same docker file without any issues. Could somebody help us to understand what's going on here? Thanks in advance.
Request clarification before answering.
Hello Rohith,
If you do not need the latest version of the itertools, installing version 3.6 works for me:
FROM $com.sap.sles.base
RUN pip3.6 install itertools==3.6
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frank,
Thanks for the suggestion. I am not specific about the version, hence I tried the one you mentioned but still it gives me the error with the docker file. Tried with a slightly modified version of the above command :
RUN python3 -m pip install tornado==5.0.2 itertools==3.6
But the error persists
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.