-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple issues #8
Comments
I tried to reinstall on debian 10 (was on debian 11), still have the python problem :
|
Same issue here |
apt-get install python-influxdb was part of the issue. Now getting "TypeError: object of type 'int' has no len()" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
trying to install on fresh debian 11, but i'm facing multiple issues.
first thing is that influxDB is not seen in python libs :
# python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())" | xargs ls | grep -i influx
->returns nothing, but influxdb python module in installed :
other problems (that may be linked) : graphana dashboard does not conain anything related to mtr, and I have no influxdb datasource.
can you help me please ?
Regards
The text was updated successfully, but these errors were encountered: