<?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: Error (No package python27 available.) while setting up ipython notebook with apache spark in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115978#M30491</link>
    <description>&lt;P&gt;Updated tutorial:&lt;/P&gt;&lt;P&gt;
1) using centos-release-scl 
2) wget &lt;A href="https://bootstrap.pypa.io/ez_setup.py"&gt;https://bootstrap.pypa.io/ez_setup.py

&lt;/A&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jun 2016 08:59:11 GMT</pubDate>
    <dc:creator>rhryniewicz</dc:creator>
    <dc:date>2016-06-12T08:59:11Z</dc:date>
    <item>
      <title>Error (No package python27 available.) while setting up ipython notebook with apache spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115974#M30487</link>
      <description>&lt;P&gt;I am trying to set up ipython notebook as per mentioned in tutorial &lt;A href="http://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/&lt;/A&gt; 
However, while trying to install python 2.7, facing error as "No package python27 available".&lt;/P&gt;&lt;P&gt;Whereas while checking in they system there is already python 2.6.6 is installed. During search over google, found that its not feasible to install python 2.7 over 2.6.6 on HDP, as it may hamper the whole core set up. NOT SURE if its correct!&lt;/P&gt;&lt;P&gt;I am attaching snapshot for more reference on this. Can anyone please help me in resolving this issue?&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/4705-python-err.png" target="_blank"&gt;python-err.png&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:23:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115974#M30487</guid>
      <dc:creator>amolyerpude</dc:creator>
      <dc:date>2022-09-16T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error (No package python27 available.) while setting up ipython notebook with apache spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115975#M30488</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1163/amolyerpude.html" nodeid="1163"&gt;@Amol Y&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ahhh, nothing like reading a tutorial that has an invalid step (it drives me crazy).  Sorry about that.  I found a fix and verified it worked at &lt;A href="https://www.softwarecollections.org/en/scls/rhscl/python27/" target="_blank"&gt;https://www.softwarecollections.org/en/scls/rhscl/python27/&lt;/A&gt; - simply first run:&lt;/P&gt;&lt;PRE&gt;yum install centos-release-scl
&lt;/PRE&gt;&lt;P&gt;this will install a few necessary packages that contain python27, and then run:&lt;/P&gt;&lt;PRE&gt;yum install python27&lt;/PRE&gt;&lt;P&gt;I'll see if I can get this tutorial updated.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 21:14:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115975#M30488</guid>
      <dc:creator>RyanCicak</dc:creator>
      <dc:date>2016-06-02T21:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error (No package python27 available.) while setting up ipython notebook with apache spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115976#M30489</link>
      <description>&lt;P&gt;Great find Ryan.   Let's see if we can get that added to the tutorial.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 21:35:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115976#M30489</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-06-02T21:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error (No package python27 available.) while setting up ipython notebook with apache spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115977#M30490</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/3584/rcicak.html" nodeid="3584"&gt;@Ryan Cicak&lt;/A&gt;  It worked out perfectly for me...&lt;/P&gt;&lt;P&gt;@Timothy Spann : One more defect I found in the same tutorial, its mentioned to download "ez_setup.py" using command "wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py" &lt;/P&gt;&lt;P&gt;However, setuptools repo url is changed now. The new repo url is wget &lt;A href="https://bootstrap.pypa.io/ez_setup.py" target="_blank"&gt;https://bootstrap.pypa.io/ez_setup.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I able to download the ex_setup.py successfully from the new repo url.&lt;/P&gt;&lt;P&gt;Thanks once again Ryan and Timothy&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 21:51:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115977#M30490</guid>
      <dc:creator>amolyerpude</dc:creator>
      <dc:date>2016-06-02T21:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error (No package python27 available.) while setting up ipython notebook with apache spark</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115978#M30491</link>
      <description>&lt;P&gt;Updated tutorial:&lt;/P&gt;&lt;P&gt;
1) using centos-release-scl 
2) wget &lt;A href="https://bootstrap.pypa.io/ez_setup.py"&gt;https://bootstrap.pypa.io/ez_setup.py

&lt;/A&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2016 08:59:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-No-package-python27-available-while-setting-up-ipython/m-p/115978#M30491</guid>
      <dc:creator>rhryniewicz</dc:creator>
      <dc:date>2016-06-12T08:59:11Z</dc:date>
    </item>
  </channel>
</rss>

