You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: