<?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 Re: Add Python Modules in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357720#M5778</link>
    <description>&lt;P&gt;@JoslJntema - Which &lt;A href="https://splunkbase.splunk.com/apps/#/search/python+for+scientific+computing/"&gt;Python for Scientific Computing add-on from Splunkbase&lt;/A&gt; are using? I just want to make sure your post is tagged appropriately. Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2017 22:49:46 GMT</pubDate>
    <dc:creator>aaraneta_splunk</dc:creator>
    <dc:date>2017-05-01T22:49:46Z</dc:date>
    <item>
      <title>Add Python Modules</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357719#M5777</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I would like to use the googleads package for Python to import data from Google into Splunk. We already have the Scientific Computing App for Splunk.&lt;/P&gt;

&lt;P&gt;How could we import the googleads package in either the regular Search app or the Scientific Computing app?&lt;/P&gt;

&lt;P&gt;Installing it with pip does not seem to do the trick.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 21:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357719#M5777</guid>
      <dc:creator>JosIJntema</dc:creator>
      <dc:date>2017-05-01T21:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Python Modules</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357720#M5778</link>
      <description>&lt;P&gt;@JoslJntema - Which &lt;A href="https://splunkbase.splunk.com/apps/#/search/python+for+scientific+computing/"&gt;Python for Scientific Computing add-on from Splunkbase&lt;/A&gt; are using? I just want to make sure your post is tagged appropriately. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 22:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357720#M5778</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-05-01T22:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Python Modules</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357721#M5779</link>
      <description>&lt;P&gt;There is a new app called PyDen which should allow you to install any module you need by creating a virtual environment from a compiled version of Python. You would need to do the following:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Install PyDen and PyDen Manager from Splunkbase&lt;/LI&gt;
&lt;LI&gt;Ensure your system has all the required libraries to compile Python from source&lt;/LI&gt;
&lt;LI&gt;Run the "createdist" command for the version of Python you want to use&lt;/LI&gt;
&lt;LI&gt;Run the createvenv command and specify your version and a name for the environment&lt;/LI&gt;
&lt;LI&gt;Run the pip command to install googleads module to the virtual environment&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Now when you want to use the virtual environment all you need do is execute a function from the activation.py script at the top of your script and Splunk will run your script using the virtual environment.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 14:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Add-Python-Modules/m-p/357721#M5779</guid>
      <dc:creator>badarsebard</dc:creator>
      <dc:date>2018-12-23T14:32:09Z</dc:date>
    </item>
  </channel>
</rss>

