<?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: How to install SDK for Python and resolve error &amp;quot;could not find coverage module. please install it and try again&amp;quot;? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91613#M1307</link>
    <description>&lt;P&gt;@preetigarg21 - I believe you posted the same question on &lt;A href="https://github.com/splunk/splunk-sdk-python/issues/63"&gt;github&lt;/A&gt;. I will update this post based on the findings in that thread.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2013 15:01:22 GMT</pubDate>
    <dc:creator>Neeraj_Luthra</dc:creator>
    <dc:date>2013-04-17T15:01:22Z</dc:date>
    <item>
      <title>How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91610#M1304</link>
      <description>&lt;P&gt;I have &lt;CODE&gt;easy_install&lt;/CODE&gt; installed in the site-packages folder in Python. My SDK folder is in the Python home directory. Please tell me the path settings required and how to install the SDK.&lt;/P&gt;
&lt;P&gt;Python version 3.2.&lt;/P&gt;
&lt;P&gt;It also throws the error "could not find coverage module. please install it and try again."&lt;BR /&gt;Therefore, I installed the coverage module separately but still, the error wasn't resolved.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 18:07:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91610#M1304</guid>
      <dc:creator>preetigarg21</dc:creator>
      <dc:date>2020-06-07T18:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91611#M1305</link>
      <description>&lt;P&gt;Which operating system ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2013 08:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91611#M1305</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-04-12T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91612#M1306</link>
      <description>&lt;P&gt;Windows 7&lt;BR /&gt;
I have also tried cloning sdk from GitHub but the same problem persists.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2013 04:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91612#M1306</guid>
      <dc:creator>preetigarg21</dc:creator>
      <dc:date>2013-04-15T04:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91613#M1307</link>
      <description>&lt;P&gt;@preetigarg21 - I believe you posted the same question on &lt;A href="https://github.com/splunk/splunk-sdk-python/issues/63"&gt;github&lt;/A&gt;. I will update this post based on the findings in that thread.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 15:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91613#M1307</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-04-17T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91614#M1308</link>
      <description>&lt;P&gt;You either need to install the splunk-sdk using easy_install or pip OR make sure you have PYTHONPATH variable defined pointing to the sdk folder you just cloned. More details on how to install are available at &lt;A href="http://dev.splunk.com/view/SP-CAAAEDG"&gt;http://dev.splunk.com/view/SP-CAAAEDG&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2013 16:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91614#M1308</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-05-01T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91615#M1309</link>
      <description>&lt;P&gt;that link is 404&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 17:51:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91615#M1309</guid>
      <dc:creator>bnorthway</dc:creator>
      <dc:date>2015-05-29T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91616#M1310</link>
      <description>&lt;P&gt;that link is not working ..&lt;BR /&gt;
give me some suggestion.. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 11:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91616#M1310</guid>
      <dc:creator>erritesh17</dc:creator>
      <dc:date>2016-04-01T11:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91617#M1311</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/83480/installing-sdk-for-python.html"&gt;https://answers.splunk.com/answers/83480/installing-sdk-for-python.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 11:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91617#M1311</guid>
      <dc:creator>rakeshh123</dc:creator>
      <dc:date>2016-04-01T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91618#M1312</link>
      <description>&lt;P&gt;Updated doc link: &lt;A href="http://dev.splunk.com/view/python-sdk/SP-CAAAEDG"&gt;http://dev.splunk.com/view/python-sdk/SP-CAAAEDG&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91618#M1312</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2016-04-01T15:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to install SDK for Python and resolve error "could not find coverage module. please install it and try again"?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91619#M1313</link>
      <description>&lt;P&gt;While installing SPLUNKLIB python module on a remote server where we dont have internet getting error as "Could not find a version that satisfies the requirement pycrypto (from splunklib==1.0.0)"&lt;/P&gt;

&lt;P&gt;I downloaded on the internet server using PIP DOWNLOAD SPLUNKLIB command &amp;amp; copied the files to remote server&lt;/P&gt;

&lt;P&gt;I able to install all below module except PYCRYPTO&lt;/P&gt;

&lt;P&gt;certifi-2020.4.5.1-py2.py3-none-any.whl&lt;BR /&gt;
chardet-3.0.4-py2.py3-none-any.whl&lt;BR /&gt;
idna-2.9-py2.py3-none-any.whl&lt;BR /&gt;
requests-2.23.0-py2.py3-none-any.whl&lt;BR /&gt;
urllib3-1.25.9-py2.py3-none-any.whl&lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 21:53:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-SDK-for-Python-and-resolve-error-quot-could-not/m-p/91619#M1313</guid>
      <dc:creator>ganapathymanian</dc:creator>
      <dc:date>2020-06-03T21:53:32Z</dc:date>
    </item>
  </channel>
</rss>

