Splunk AppDynamics

Pip Module MacOSX Python 3.x

CommunityUser
Splunk Employee
Splunk Employee

I can't seem to install the Python pip module....

I can see the pip modules listed ...

$ 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

I attempted to install the modules with ...

$ pip3 install appdynamics-bindeps-osx-x64 appdynamics-proxysupport-osx-x64
Collecting appdynamics-bindeps-osx-x64
  

I got the following error ...

Could not find a version that satisfies the requirement appdynamics-bindeps-osx-x64 (from versions: )
No matching distribution found for appdynamics-bindeps-osx-x64

So what am I missing ?

Labels (1)
0 Karma

Arun_Gangadhara
Explorer

Hi Seth,

You can install python appd agent by jsut doing

pip3 install appdynamics

which pulls you latest v4.5.0 appd python agent.

After Installation:

You might also need to configure python agent. Click on the link for details: https://docs.appdynamics.com/display/PRO45/Install+the+Python+Agent

Tags (2)
0 Karma

CommunityUser
Splunk Employee
Splunk Employee

The below is what I get when doing a pip3 install with and without version ....

$ 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)
0 Karma

CommunityUser
Splunk Employee
Splunk Employee

looks like it only works in Python 2.x .... 

$ pip install appdynamics
... Successfully installed appdynamics-4.5.0.0 appdynamics-bindeps-osx-x64-7.0 appdynamics-proxysupport-osx-x64-1.8.0.51.1
$ python --version
Python 2.7.15
0 Karma

Sajna_Sreenivas
Path Finder

Hi Seth,

Can you please try the following command and let us know the output

pip3 install -U appdynamics==4.5.0.0

Thanks,

Sajna Sreenivasan

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...