gescheit / fastsnmp

Fast SNMP poller
MIT License
19 stars 7 forks source link

Installation impossible #1

Closed hanynowsky closed 9 years ago

hanynowsky commented 9 years ago

Hello,

How would you install fastsnmp using pip?

gescheit commented 9 years ago

Try:

# pip install fastsnmp
hanynowsky commented 9 years ago

hello. Thanks for the reply. This is what I have been trying to do but in vain. Using pip. It's a CentOS 6.6 VM, using Python3.4 I always get an error message saying there is not matched distribution:

# pip search fastsnmp
fastsnmp     - SNMP poller oriented to poll bunch of hosts in short time. Package include poller and SNMP library

And

# pip install fastsnmp
  Could not find a version that satisfies the requirement fastsnmp (from versions: )
No matching distribution found for fastsnmp

To install FastSNMP I ended up doing it manually, using:

python setup.py install
gescheit commented 9 years ago

Seems there is pip >1.4 that do not installing not stable packages by default. Try pip --pre install fastsnmp