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) - De...
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
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/71572337a4f797fab3dfc07ebab867ec0996...