<?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>topic Help installing Numpy! in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Help-installing-Numpy/m-p/187002#M2492</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I might need to post this in a Python community but thought I'd start here since I've done this on other servers and haven't had problems. So I'm trying to install setuptools and Numpy for Splunk's OOB Python (version 2.7.5). But I keep running into problems (like "no module named ctypes" even though I have ctypes via a "yum" installation). And this is only one of the problems I've ran into. Another big one was "Python.h couldn't be compiled". Anyway, bottom line is I just need to install Numpy so I can use it for a search command (that uses python algorithm that depends on the Numpy module). &lt;/P&gt;

&lt;P&gt;If anyone has ever successfully done this, please help!&lt;/P&gt;

&lt;P&gt;By the way, I don't understand why Numpy wouldn't be bundled with Splunk's OOB Python. Numpy is popular and powerful for analytics. Isn't Splunk's advantage over other logging vendors powerful analytics??&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2014 16:37:22 GMT</pubDate>
    <dc:creator>sdorich</dc:creator>
    <dc:date>2014-06-03T16:37:22Z</dc:date>
    <item>
      <title>Help installing Numpy!</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-installing-Numpy/m-p/187002#M2492</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I might need to post this in a Python community but thought I'd start here since I've done this on other servers and haven't had problems. So I'm trying to install setuptools and Numpy for Splunk's OOB Python (version 2.7.5). But I keep running into problems (like "no module named ctypes" even though I have ctypes via a "yum" installation). And this is only one of the problems I've ran into. Another big one was "Python.h couldn't be compiled". Anyway, bottom line is I just need to install Numpy so I can use it for a search command (that uses python algorithm that depends on the Numpy module). &lt;/P&gt;

&lt;P&gt;If anyone has ever successfully done this, please help!&lt;/P&gt;

&lt;P&gt;By the way, I don't understand why Numpy wouldn't be bundled with Splunk's OOB Python. Numpy is popular and powerful for analytics. Isn't Splunk's advantage over other logging vendors powerful analytics??&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 16:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-installing-Numpy/m-p/187002#M2492</guid>
      <dc:creator>sdorich</dc:creator>
      <dc:date>2014-06-03T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help installing Numpy!</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Help-installing-Numpy/m-p/187003#M2493</link>
      <description>&lt;P&gt;Figured it out...&lt;/P&gt;

&lt;P&gt;1) Build and install Python2.7.5 (Redhat's current OOB Python version is 2.6)&lt;BR /&gt;
After downloading &amp;amp; unzipping, &lt;BR /&gt;
$ ./configure&lt;BR /&gt;
$ make&lt;BR /&gt;
$ make install&lt;/P&gt;

&lt;P&gt;2) Install EPEL repo using RPM command&lt;BR /&gt;
3) $ yum install python-pip &lt;BR /&gt;
OR $ yum install python-pip&lt;BR /&gt;
4) $ pip install numpy --upgrade&lt;/P&gt;

&lt;P&gt;Then everything is in place.. however, I still think the Numpy module should come OOB with Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 17:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Help-installing-Numpy/m-p/187003#M2493</guid>
      <dc:creator>sdorich</dc:creator>
      <dc:date>2014-06-03T17:18:45Z</dc:date>
    </item>
  </channel>
</rss>

