pynetwork / pypcap

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

can't install pypcap #16

Closed indianscorpion closed 8 years ago

indianscorpion commented 8 years ago

C:\app\Python27\Scripts>pip install pypcap Collecting pypcap Using cached pypcap-1.1.5.tar.gz Complete output from command python setup.py egg_info: pcap.h not found

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in 'folder'

indianscorpion commented 8 years ago

it is solved by using root user and install libpcap.

brifordwylie commented 8 years ago

With the 1.1.5 version, pip install no longer works on Macs

hellais commented 8 years ago

@brifordwylie is this related to #17?

brifordwylie commented 8 years ago

Closing this as it overlaps #17 and #20