<?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: Why are we getting &amp;quot;ImportError: No module named setuptools&amp;quot; trying to install the Splunk Python SDK? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245372#M3794</link>
    <description>&lt;P&gt;I just gave the docs team a heads up as per your feedback. Thanks for that!&lt;/P&gt;

&lt;P&gt;Also, if this works out for you, make sure to mark @shaskell's response as an accepted answer.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 12:28:10 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2016-07-07T12:28:10Z</dc:date>
    <item>
      <title>Getting "ImportError: No module named setuptools" when trying to install the Splunk Python SDK on Splunk 6.4.1 server?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245369#M3791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are trying to install the Splunk Python SDK, and getting errors. We execute:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;python setup.py install
Traceback (most recent call last):
  File "setup.py", line 17, in 
    from setuptools import setup, Command
ImportError: No module named setuptools
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;We are running this as root, on a server with Splunk 6.4.1 installed in /apps/splunk directory. Can someone help us?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 21:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245369#M3791</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2020-06-15T21:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "ImportError: No module named setuptools" trying to install the Splunk Python SDK?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245370#M3792</link>
      <description>&lt;P&gt;The Python SDK uses &lt;A href="https://pypi.python.org/pypi/setuptools"&gt;setuptools&lt;/A&gt; as part of the install process. You'll need to use whatever package manager (yum, dpkg, etc) to install setuptools or alternatively download and install by hand if you're not using the Python install provided by your OS.&lt;/P&gt;

&lt;P&gt;For instance on RHEL/CentOS&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;yum -y install python-setuptools&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Once setuptools is installed the Python SDK should install with no issues.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245370#M3792</guid>
      <dc:creator>shaskell_splunk</dc:creator>
      <dc:date>2016-07-06T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "ImportError: No module named setuptools" trying to install the Splunk Python SDK?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245371#M3793</link>
      <description>&lt;P&gt;Thanks.  They should document that - it's not on the instructions. &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:16:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245371#M3793</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-07-06T19:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "ImportError: No module named setuptools" trying to install the Splunk Python SDK?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245372#M3794</link>
      <description>&lt;P&gt;I just gave the docs team a heads up as per your feedback. Thanks for that!&lt;/P&gt;

&lt;P&gt;Also, if this works out for you, make sure to mark @shaskell's response as an accepted answer.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 12:28:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245372#M3794</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-07-07T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "ImportError: No module named setuptools" trying to install the Splunk Python SDK?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245373#M3795</link>
      <description>&lt;P&gt;This solution works if you use stand alone python but doesn't work if you Python shipped with Splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245373#M3795</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2018-02-15T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "ImportError: No module named setuptools" trying to install the Splunk Python SDK?</title>
      <link>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245374#M3796</link>
      <description>&lt;P&gt;If I'm following this correctly, the point is that if you're using the SDK you are using a system that doesn't have Splunk installed on it and therefore using standalone python. I could be misunderstanding though...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:29:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Getting-quot-ImportError-No-module-named-setuptools-quot-when/m-p/245374#M3796</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2018-02-22T13:29:59Z</dc:date>
    </item>
  </channel>
</rss>

