<?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 Pip Module MacOSX Python 3.x in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725265#M4634</link>
    <description>&lt;P&gt;I can't seem to install the Python pip module....&lt;/P&gt;

&lt;P&gt;I can see the pip modules listed ...&lt;/P&gt;

&lt;PRE&gt;$ pip3 search appdynamics
appdynamics (4.5.0.0)                            - Python agent for AppDynamics
appdynamics-bindeps-linux-x64 (7.0)              - Dependencies for AppDynamics Python agent
appdynamics-bindeps-linux-x86 (7.0)              - Dependencies for AppDynamics Python agent
appdynamics-bindeps-osx-x64 (7.0)                - Dependencies for AppDynamics Python agent
appdynamics-proxysupport-linux-x64 (1.8.0.51.1)  - Proxysupport for AppDynamics Python agent
appdynamics-proxysupport-linux-x86 (1.8.0.51.1)  - Proxysupport for AppDynamics Python agent
appdynamics-proxysupport-osx-x64 (1.8.0.51.1)    - Proxysupport for AppDynamics Python agent
AppDynamicsDownloader (0.2.2)                    - AppDynamics Download Robot
AppDynamicsREST (0.4.10)                         - AppDynamics REST API Library&lt;/PRE&gt;
&lt;P&gt;I attempted to install the modules with ...&lt;/P&gt;

&lt;PRE&gt;$ pip3 install appdynamics-bindeps-osx-x64 appdynamics-proxysupport-osx-x64
Collecting appdynamics-bindeps-osx-x64
  &lt;/PRE&gt;
&lt;P&gt;I got the following error ...&lt;/P&gt;

&lt;PRE&gt;Could not find a version that satisfies the requirement appdynamics-bindeps-osx-x64 (from versions: )
No matching distribution found for appdynamics-bindeps-osx-x64&lt;/PRE&gt;
&lt;P&gt;So what am I missing ?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 16:02:44 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2018-08-01T16:02:44Z</dc:date>
    <item>
      <title>Pip Module MacOSX Python 3.x</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725265#M4634</link>
      <description>&lt;P&gt;I can't seem to install the Python pip module....&lt;/P&gt;

&lt;P&gt;I can see the pip modules listed ...&lt;/P&gt;

&lt;PRE&gt;$ pip3 search appdynamics
appdynamics (4.5.0.0)                            - Python agent for AppDynamics
appdynamics-bindeps-linux-x64 (7.0)              - Dependencies for AppDynamics Python agent
appdynamics-bindeps-linux-x86 (7.0)              - Dependencies for AppDynamics Python agent
appdynamics-bindeps-osx-x64 (7.0)                - Dependencies for AppDynamics Python agent
appdynamics-proxysupport-linux-x64 (1.8.0.51.1)  - Proxysupport for AppDynamics Python agent
appdynamics-proxysupport-linux-x86 (1.8.0.51.1)  - Proxysupport for AppDynamics Python agent
appdynamics-proxysupport-osx-x64 (1.8.0.51.1)    - Proxysupport for AppDynamics Python agent
AppDynamicsDownloader (0.2.2)                    - AppDynamics Download Robot
AppDynamicsREST (0.4.10)                         - AppDynamics REST API Library&lt;/PRE&gt;
&lt;P&gt;I attempted to install the modules with ...&lt;/P&gt;

&lt;PRE&gt;$ pip3 install appdynamics-bindeps-osx-x64 appdynamics-proxysupport-osx-x64
Collecting appdynamics-bindeps-osx-x64
  &lt;/PRE&gt;
&lt;P&gt;I got the following error ...&lt;/P&gt;

&lt;PRE&gt;Could not find a version that satisfies the requirement appdynamics-bindeps-osx-x64 (from versions: )
No matching distribution found for appdynamics-bindeps-osx-x64&lt;/PRE&gt;
&lt;P&gt;So what am I missing ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:02:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725265#M4634</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-01T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pip Module MacOSX Python 3.x</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725266#M4635</link>
      <description>&lt;P&gt;Hi Seth,&lt;/P&gt;

&lt;P&gt;Can you please try the following command and let us know the output&lt;/P&gt;

&lt;PRE&gt;pip3 install -U appdynamics==4.5.0.0&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sajna Sreenivasan&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 06:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725266#M4635</guid>
      <dc:creator>Sajna_Sreenivas</dc:creator>
      <dc:date>2018-08-06T06:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pip Module MacOSX Python 3.x</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725267#M4636</link>
      <description>&lt;P&gt;Hi Seth,&lt;/P&gt;

&lt;P&gt;You can install python appd agent by jsut doing&lt;/P&gt;
&lt;PRE&gt;pip3 install appdynamics&lt;/PRE&gt;
&lt;P&gt;which pulls you latest v4.5.0 appd python agent.&lt;/P&gt;

&lt;P&gt;After Installation:&lt;/P&gt;
&lt;P&gt;You might also need to configure python agent. Click on the link for details: &lt;A href="https://docs.appdynamics.com/display/PRO45/Install+the+Python+Agent" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Install+the+Python+Agent&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 06:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725267#M4636</guid>
      <dc:creator>Arun_Gangadhara</dc:creator>
      <dc:date>2018-08-06T06:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pip Module MacOSX Python 3.x</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725268#M4637</link>
      <description>&lt;P&gt;The below is what I get when doing a pip3 install with and without version ....&lt;/P&gt;

&lt;PRE&gt;$ pip3 install -U appdynamics==4.5.0.0
Collecting appdynamics==4.5.0.0
  Using cached https://files.pythonhosted.org/packages/cb/d4/71572337a4f797fab3dfc07ebab867ec0996817070a0859e63335e5c5d39/appdynamics-4.5.0.0-py2.py3-none-any.whl
Collecting appdynamics-proxysupport-osx-x64==1.8.0.51.1; sys_platform == "darwin" and (platform_machine == "x86_64" or platform_machine == "AMD64") (from appdynamics==4.5.0.0)
  Using cached https://files.pythonhosted.org/packages/5d/26/6bf794ce7380a459ef05df9e3dd40c399dae17f9f6b6fc93d44db9ba07d2/appdynamics_proxysupport_osx_x64-1.8.0.51.1-py2.py3-none-any.whl
Collecting appdynamics-bindeps-osx-x64==7.0; sys_platform == "darwin" and (platform_machine == "x86_64" or platform_machine == "AMD64") (from appdynamics==4.5.0.0)
  Could not find a version that satisfies the requirement appdynamics-bindeps-osx-x64==7.0; sys_platform == "darwin" and (platform_machine == "x86_64" or platform_machine == "AMD64") (from appdynamics==4.5.0.0) (from versions: )
No matching distribution found for appdynamics-bindeps-osx-x64==7.0; sys_platform == "darwin" and (platform_machine == "x86_64" or platform_machine == "AMD64") (from appdynamics==4.5.0.0)&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725268#M4637</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-06T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pip Module MacOSX Python 3.x</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725269#M4638</link>
      <description>&lt;P&gt;looks like it only works in Python 2.x ....&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;$ pip install appdynamics&lt;BR /&gt;...
Successfully installed appdynamics-4.5.0.0 appdynamics-bindeps-osx-x64-7.0 appdynamics-proxysupport-osx-x64-1.8.0.51.1


&lt;/PRE&gt;
&lt;PRE&gt;$ python --version
Python 2.7.15&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:38:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Pip-Module-MacOSX-Python-3-x/m-p/725269#M4638</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-06T13:38:53Z</dc:date>
    </item>
  </channel>
</rss>

