Closed davidc closed 5 years ago
We always use the Debian package. The Debian package is building the python modules without zipping the contents (Python egg). pysnmp cannot access the corresponding MIB file, if the python module is zipped. Adding a zip_safe=False fixes this issue for manual source installs
Solved, thank you.
I can't seem to get this working, installed with
pip3 install -r requirements.txt
andpython3 setup.py install
on Debian 10:If I forcibly load PowerNet-MIB:
there is no error at this point of loading, but it still continues to give the same error including "No module PowerNet-MIB loaded".
Unfortunately I'm not familiar enough with Python and pysnmp to figure out how to fix this, any ideas?
Thanks -davidc