<?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: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502774#M61892</link>
    <description>&lt;P&gt;restmap.conf - note that I have modified this to add the python.version lines, the add-on builder does not include this by default.  Both setups return the error as per original post&lt;/P&gt;

&lt;P&gt;(&lt;STRONG&gt;Update - this now works OK for me&lt;/STRONG&gt;)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [admin:TA_add_on_for_carbon_intensity]
    match = /
    members = TA_add_on_for_carbon_intensity_settings, TA_add_on_for_carbon_intensity_generation, TA_add_on_for_carbon_intensity_regional, TA_add_on_for_carbon_intensity_intensity

    [admin_external:TA_add_on_for_carbon_intensity_settings]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_settings.py
    handleractions = edit, list

    [admin_external:TA_add_on_for_carbon_intensity_generation]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_generation.py
    handleractions = edit, list, remove, create

    [admin_external:TA_add_on_for_carbon_intensity_regional]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_regional.py
    handleractions = edit, list, remove, create

    [admin_external:TA_add_on_for_carbon_intensity_intensity]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_intensity.py
    handleractions = edit, list, remove, create
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 29 May 2020 09:31:59 GMT</pubDate>
    <dc:creator>stuartidelta01</dc:creator>
    <dc:date>2020-05-29T09:31:59Z</dc:date>
    <item>
      <title>Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502771#M61889</link>
      <description>&lt;P&gt;While running AppInspect(version 2.1.0) against splunk addon getting an error "check_rest_handler_python_executable_exists - Check that python version is python3  for executables in restmap.conf." even I updated it to python3 but still the same error is there however if I am running with old appinspect(version 1.7) it passes splunk app-inspect.&lt;/P&gt;

&lt;P&gt;Kindly let me know what I am missing here.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:30:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502771#M61889</guid>
      <dc:creator>sacumen</dc:creator>
      <dc:date>2020-09-30T05:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502772#M61890</link>
      <description>&lt;P&gt;I am also getting this issue running splunk 8.04 and add-on builder v3.0.1.  I'm developing an add-on that makes some very simple REST API calls (add-on works fine).&lt;/P&gt;

&lt;P&gt;I also changed the global python.version to be python3 in server.conf as well as adding python.version=python3 entries in each of the scripts defined in restmap.conf.  I still get the error when running "validate" in the add-on builder (which runs appinspect).&lt;/P&gt;

&lt;P&gt;I tested another REST based add-on that previously passed appinspect.  It now fails with the same error.  This add-on is already on splunkbase and is showing the "AppInspect passed" badge: &lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4976/"&gt;https://splunkbase.splunk.com/app/4976/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Looking at this page, the entry near the top suggests appInspect was updated 28th April&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/releaseapps/appinspect/appinspectreferencetopics/splunkappinspectcheck"&gt;https://dev.splunk.com/enterprise/docs/releaseapps/appinspect/appinspectreferencetopics/splunkappinspectcheck&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm going to email a link to this ticket to the app inspect email address to raise awareness.  You should add the "appinspect" tag to this ticket if you can.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 23:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502772#M61890</guid>
      <dc:creator>stuartidelta01</dc:creator>
      <dc:date>2020-05-28T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502773#M61891</link>
      <description>&lt;P&gt;This check was newly added as part of  appinspect 2.1.0 in order to encourage Python3 adoption over Python2.7&lt;/P&gt;

&lt;P&gt;Please include the &lt;CODE&gt;python.version = python3&lt;/CODE&gt; in the restmap.conf stanzas. &lt;/P&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[admin_external:my_settings]
handlertype = python
handlerfile = file.py
handleractions = edit, list
python.version = python3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you still encounter issues, please post your restmap.conf file.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 02:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502773#M61891</guid>
      <dc:creator>vsheshadri_splu</dc:creator>
      <dc:date>2020-05-29T02:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502774#M61892</link>
      <description>&lt;P&gt;restmap.conf - note that I have modified this to add the python.version lines, the add-on builder does not include this by default.  Both setups return the error as per original post&lt;/P&gt;

&lt;P&gt;(&lt;STRONG&gt;Update - this now works OK for me&lt;/STRONG&gt;)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [admin:TA_add_on_for_carbon_intensity]
    match = /
    members = TA_add_on_for_carbon_intensity_settings, TA_add_on_for_carbon_intensity_generation, TA_add_on_for_carbon_intensity_regional, TA_add_on_for_carbon_intensity_intensity

    [admin_external:TA_add_on_for_carbon_intensity_settings]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_settings.py
    handleractions = edit, list

    [admin_external:TA_add_on_for_carbon_intensity_generation]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_generation.py
    handleractions = edit, list, remove, create

    [admin_external:TA_add_on_for_carbon_intensity_regional]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_regional.py
    handleractions = edit, list, remove, create

    [admin_external:TA_add_on_for_carbon_intensity_intensity]
    handlertype = python
    python.version=python3
    handlerfile = TA_add_on_for_carbon_intensity_rh_intensity.py
    handleractions = edit, list, remove, create
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 May 2020 09:31:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502774#M61892</guid>
      <dc:creator>stuartidelta01</dc:creator>
      <dc:date>2020-05-29T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502775#M61893</link>
      <description>&lt;P&gt;Can you please share the error message as well.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502775#M61893</guid>
      <dc:creator>vsheshadri_splu</dc:creator>
      <dc:date>2020-05-29T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502776#M61894</link>
      <description>&lt;P&gt;Just managed to get the add-on through the app inspect phase.  I had trouble connecting to the app inspect REST API for a couple of days and I think this error was confusing things.  Thanks for your help - I'm will uptick your answer below as the restmap.conf above is now working OK for me.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 23:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502776#M61894</guid>
      <dc:creator>stuartidelta01</dc:creator>
      <dc:date>2020-06-01T23:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502777#M61895</link>
      <description>&lt;P&gt;I had also implemented the same and it started working.&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 04:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/502777#M61895</guid>
      <dc:creator>sacumen</dc:creator>
      <dc:date>2020-06-03T04:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/526843#M63985</link>
      <description>&lt;P&gt;Hi, I'm trying to validate my app but got these errors:&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;category: app_cert_validation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; description: Check that python version is python3 for executables in restmap.conf..&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; message_id: 7004&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; messages: [{"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_account] should be `python3` executable. File: default/restmap.conf Line Number: 6", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 6}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_settings] should be `python3` executable. File: default/restmap.conf Line Number: 11", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 11}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_variables] should be `python3` executable. File: default/restmap.conf Line Number: 16", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 16}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_alert] should be `python3` executable. File: default/restmap.conf Line Number: 21", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 21}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_sessions] should be `python3` executable. File: default/restmap.conf Line Number: 26", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 26}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_health_logs] should be `python3` executable. File: default/restmap.conf Line Number: 31", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 31}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cpe_changes] should be `python3` executable. File: default/restmap.conf Line Number: 36", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 36}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cpes] should be `python3` executable. File: default/restmap.conf Line Number: 41", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 41}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_assertion] should be `python3` executable. File: default/restmap.conf Line Number: 46", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 46}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_link_events] should be `python3` executable. File: default/restmap.conf Line Number: 51", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 51}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_asset] should be `python3` executable. File: default/restmap.conf Line Number: 56", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 56}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cve_s] should be `python3` executable. File: default/restmap.conf Line Number: 61", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 61}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_points] should be `python3` executable. File: default/restmap.conf Line Number: 66", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 66}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_captured_url_s] should be `python3` executable. File: default/restmap.conf Line Number: 71", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 71}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_links] should be `python3` executable. File: default/restmap.conf Line Number: 76", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 76}]&lt;BR /&gt;&lt;BR /&gt;following the solution on this post I added the puython3 conf to restmap:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_links]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_captured_url_s]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_node_points]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_node_cve_s]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_asset]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_link_events]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_assertion]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_node_cpes]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_node_cpe_changes]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_health_logs]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_sessions]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_alert]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_variables]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_settings]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;[admin_external:TA_nozomi_networks_add_on_account]&lt;BR /&gt;handlertype = python&lt;BR /&gt;python.version=python3&lt;BR /&gt;handlerfile = check_rest_endpoints.py&lt;BR /&gt;handleractions = edit, list, remove, create&lt;/P&gt;&lt;P&gt;But I'm still having the validation error &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Someone can help me?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 12:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/526843#M63985</guid>
      <dc:creator>NozomiNetworks</dc:creator>
      <dc:date>2020-10-28T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Geeting error in Splunk Appinspect :- Check that python version is python3 for executables in restmap.conf.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/550551#M65542</link>
      <description>&lt;P&gt;Thanks a lot. It worked for me!!&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 18:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geeting-error-in-Splunk-Appinspect-Check-that-python-version-is/m-p/550551#M65542</guid>
      <dc:creator>ashu1</dc:creator>
      <dc:date>2021-05-05T18:57:54Z</dc:date>
    </item>
  </channel>
</rss>

