Open nodecentral opened 3 years ago
Looking in the plugin.py
Towards the top it says
import sys
sys.path.append('/usr/lib/python3/dist-packages/')
from pysnmp.entity.rfc3413.oneliner import cmdgen
Yet the errors refer to
/usr/local/lib/python3.7/dist-packages
is that a potential issue ?
Not sure is this is relevant/related either.
Hi
I really like the potential of this plugin, thanks so much for posting it on GitHub.
I couldn’t work out how to install the pysnmp version you mentioned as it returned errors , perhaps due to the base linux version used on the Docker instance.? - https://hub.docker.com/r/domoticz/domoticz
But as a comment in the plugin.py said
Ficed to work with python 3
I was able to get the following installed.running it I get the following error - which I assume is related to the version - but I just want to check?