gescheit / fastsnmp

Fast SNMP poller
MIT License
19 stars 7 forks source link

Deprecation warning on pip install #21

Open mitchell-es opened 1 year ago

mitchell-es commented 1 year ago

When installing I get the following deprecation warning from pip:

DEPRECATION: fastsnmp is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

It still seems to install without problems but based on the warning it sounds like it will eventually become an issue. I haven't looked into how hard this would be to fix.