<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Installing Python packages such as JSON, Itertools into custom docker file in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176016#M4553467</link>
    <description>&lt;P&gt;I see. Thank you Rohith. Please also post the code of your custom Docker file please.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 10:15:56 GMT</pubDate>
    <dc:creator>architectSAP</dc:creator>
    <dc:date>2020-03-10T10:15:56Z</dc:date>
    <item>
      <title>Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaq-p/12176009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaq-p/12176009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-05T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176010#M4553461</link>
      <description>&lt;P&gt;Hello Rohith,&lt;/P&gt;&lt;P&gt;If you do not need the latest version of the itertools, installing version 3.6 works for me:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FROM $com.sap.sles.base
RUN pip3.6 install itertools==3.6
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 12:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176010#M4553461</guid>
      <dc:creator>architectSAP</dc:creator>
      <dc:date>2020-03-05T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176011#M4553462</link>
      <description>&lt;P&gt;Hi Rohith. It would be helpful if you paste the full Dockerfile content and Data Hub version, otherwise it is difficult for others to answer what might be happening.&lt;/P&gt;&lt;P&gt;As well, have you looked into more detailed information in `Trace` tab with `INFO | Enabled` when building the Docker image?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 16:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176011#M4553462</guid>
      <dc:creator>Vitaliy-R</dc:creator>
      <dc:date>2020-03-05T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176012#M4553463</link>
      <description>&lt;P&gt;Yes, I have looked into Trace for more detailed information it basically gives a bunch of error messages related to failure of building the docker files only for libraries such as itertools, json. The Data Hub version is 2.6. The docker file consists of nothing but other libraries such as numpy, pandas, matplotlib which are getting downloaded without any issues. Hope this information helps.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176012#M4553463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-06T06:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176013#M4553464</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;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 :&lt;/P&gt;&lt;P&gt;RUN python3 -m pip install tornado==5.0.2 itertools==3.6 &lt;/P&gt;&lt;P&gt;But the error persists&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 06:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176013#M4553464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-06T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176014#M4553465</link>
      <description>&lt;P&gt;Your Docker RUN command works for me.&lt;/P&gt;&lt;P&gt;To Witalij's point, what version of SAP Data Hub are you using and on what Docker file are you basing your custom one?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 14:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176014#M4553465</guid>
      <dc:creator>architectSAP</dc:creator>
      <dc:date>2020-03-07T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176015#M4553466</link>
      <description>&lt;P&gt;SAP Data Hub version 2.6 and the base operator being used is Python3.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 05:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176015#M4553466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-09T05:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python packages such as JSON, Itertools into custom docker file</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176016#M4553467</link>
      <description>&lt;P&gt;I see. Thank you Rohith. Please also post the code of your custom Docker file please.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 10:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-python-packages-such-as-json-itertools-into-custom-docker-file/qaa-p/12176016#M4553467</guid>
      <dc:creator>architectSAP</dc:creator>
      <dc:date>2020-03-10T10:15:56Z</dc:date>
    </item>
  </channel>
</rss>

