pynetwork / pypcap

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

I installed Visual C++ 14.0, but it still report 'error: Microsoft Visual C++ 14.0 is required.' #69

Open ghost opened 6 years ago

ghost commented 6 years ago

I have installed Visual C++ 14.0, both x86 and x64 version. Help please~ 8

lambdalisue commented 6 years ago

You may need a build tools. If you are using chocolatey, try

choco install -y microsoft-build-tools visualcppbuildtools --version 14.0.25420.1

I've succeeded to build pypcap on Windows 10 Pro with that 👍