pcappy icon indicating copy to clipboard operation
pcappy copied to clipboard

Pip

Open alexvoronov opened this issue 9 years ago • 0 comments

Hi,

Very nice library, works well if installed with easy_install. But it was not straightforward to install with pip. I got the following error:

$ pip install pcappy
Downloading/unpacking pcappy
  Could not find any downloads that satisfy the requirement pcappy
  Some externally hosted files were ignored (use --allow-external pcappy to allow).
Cleaning up...
No distributions at all found for pcappy
Storing debug log for failure in /Users/alexey/.pip/pip.log

It installs only with the following:

pip install   --allow-external pcappy   --allow-unverified pcappy   pcappy

Do you think it is possible to put the module to pip repos?

alexvoronov avatar Jan 29 '15 13:01 alexvoronov