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

What is "[-]calg library: http://c-algorithms.sourceforge.net" trying to tell me? #87

Open
rsharris opened this issue Jul 2, 2019 · 1 comment

Comments

@rsharris
Copy link

rsharris commented Jul 2, 2019

I've installed pybloomfilter using pip, on a linux machine running python 2.7.15. When I do "import pybloomfilter", i get this message on the console as my python exits:
[-]calg library: http://c-algorithms.sourceforge.net

Trying to figure out what this message means.

(1) Is this message coming from the pybloomfilter module or is it coming from somewhere in the guts of python?

(2) Is it trying to tell me it needs some module related to that sourceforge URL? Usually if a module is missing python gives me a traceback showing me where the exception occurred. But here I get no traceback, just the cryptic message above.

@rsharris
Copy link
Author

rsharris commented Jul 2, 2019

Apparently the pip install has problems. See
https://stackoverflow.com/questions/16174663/python-calg-library-in-windows-x64

I was able to solve the problem just like the stackoverflow gy did -- by installing with setup.py.

I noticed that pip said the version was 1.0, while the release tarball I got here is version 0.3.12. Is it possible that the pip package is unrelated to this repo?

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