python3-netsnmp icon indicating copy to clipboard operation
python3-netsnmp copied to clipboard

python3 windows10 netsnmp 怎么安装啊?

Open 315xiaoyao opened this issue 7 years ago • 2 comments

python3 windows10 netsnmp 怎么安装啊?

315xiaoyao avatar Aug 03 '18 07:08 315xiaoyao

You can install it from PyPI: pip install python3-netsnmp

See https://pypi.org/project/python3-netsnmp/

frenzymadness avatar Aug 08 '18 05:08 frenzymadness

安装成功后 python3里面导入不了 import netsnmp报错

import netsnmp Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'netsnmp'

315xiaoyao avatar Aug 27 '18 13:08 315xiaoyao