Upgrade the Python Agent
- Go to the virtual environment if you are using one.
- Run any of the below commands to install the latest version of the APM Insight package available.
pip install apminsight --upgradepip install -UIf you want to install a specific version, use the command:pip install apmisight==
- Restart your application.