Skip to content
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

Pip #3

Open
alexvoronov opened this issue Jan 29, 2015 · 0 comments
Open

Pip #3

alexvoronov opened this issue Jan 29, 2015 · 0 comments

Comments

@alexvoronov
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant