This package provides native binary dependencies specifically for the AppDynamics Python agent on Linux x64 systems. It is not intended for direct application use or import. The current version is 26.3.0, and its release cadence is tied to the main AppDynamics Python agent releases, providing underlying C extensions and other platform-specific binaries.
pip install appdynamics-bindeps-linux-x64No compatibility data collected yet for this library.
The `appdynamics-bindeps-linux-x64` package is an underlying binary dependency and does not expose Python symbols for direct import or a standalone quickstart. The actual AppDynamics Python Agent is initialized via the `appdynamics` package, typically configured using environment variables. This quickstart demonstrates the general initialization pattern for the AppDynamics Python agent, which relies on the binary dependencies provided by this package.
Ensure you are installing this package only on supported Linux x64 environments. For other platforms, refer to AppDynamics documentation for appropriate dependency packages or agent installation instructions.
Focus on installing and configuring the `appdynamics` package. Only install `appdynamics-bindeps-linux-x64` directly if specifically instructed by AppDynamics support or advanced deployment scenarios where automatic dependency resolution is bypassed.
Ensure that the versions of `appdynamics` and any directly installed `appdynamics-bindeps-linux-x64` are compatible. Generally, installing `appdynamics` alone is sufficient, as `pip` will manage the compatible binary dependency automatically.
Verify that your environment is Linux x64 and that your Python version is compatible with the AppDynamics agent. If necessary, check the AppDynamics documentation for supported Python versions and manual installation steps for specific platforms.
Reinstall both `appdynamics` and `appdynamics-bindeps-linux-x64`. Ensure there are no errors during installation. Check file permissions in the Python site-packages directory. If running in a container, verify the image includes necessary base libraries.
Ensure `appdynamics-bindeps-linux-x64` is installed correctly for your platform. Check the AppDynamics agent logs (configured via `APPDYNAMICS_LOG_FILE` or similar) for more detailed error messages related to native library loading or initialization failures. Verify full system compatibility with AppDynamics requirements.