Open niralatuladhar opened 3 years ago
It's because of the recent release of helper on 2nd February. I have made a PR and hopefully the library owner will merge it.
Otherwise the solution is to fork this repo and lock the helper
package version in setup.py
.
Another workaround I've found was to reinstall and tell pip which version of helper
to download with the -c
option:
pip install -c constraints.txt newrelic-plugin-agent
Where constraints.txt
is a file that contains this line:
helper==2.4.2
Getting this error while starting the newrelic-plugin-agent. What could you possible reason?