-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pcap.h not found #82
Comments
Same here Command "python setup.py egg_info" failed with error code 1 |
Did you follow the windows specific instructions here: https://github.com/pynetwork/pypcap#installation-from-sources? (note: you should have in the parent directory a folder called |
python2.7 copy only -->> path_python2\ Library <<-- Lib - python2.7 x64 = npcap-sdk-1.01\Lib\ x64 <<-- |
This solves the problem then
|
The command didn't succeed because pcap.h is not found. |
Noting this seems to be similar to issue #35 |
Won't the solution from #35 work? |
@drebbe-intrepid thanks for those instructions. Do you think we should update the readme for windows to include that information? I don't have a windows machine available at the moment (and limited windows experience), but I would be very glad to review and merge a PR! |
tried to download multiple times
and getting same error message
C:\Users\liat>py -m pip install pypcap
Collecting pypcap
Using cached https://files.pythonhosted.org/packages/33/21/d1f24d8a93e4e11bf604d77e04080c05ecb0308a5606936a051bd2b2b5da/pypcap-1.2.2.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 C:\Users\liat\AppData\Local\Temp\pip-install-qvt8wp01\pypcap\
The text was updated successfully, but these errors were encountered: