pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

unable to install on linux system #38

Closed kencyzhang closed 6 years ago

kencyzhang commented 7 years ago

python setup.py install

Traceback (most recent call last): File "setup.py", line 2, in from setuptools import setup, Extension ImportError: No module named setuptools

what's the matter? help

hellais commented 7 years ago

What version of python are you using and on which platform?

You are probably running a fairly outdated version of python without setuptool. You should be able to install it by running:

pip install setuptools

Or get it from your package manager.

hellais commented 6 years ago

I would say this is not a bug of the library, but an issues with the users platform. I am closing it for the moment, but if you still haven't managed to get it to work feel free to report back here 😃