We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when enter the command sudo pip install pybloomfiltermmap, it installs and generates warnings:
2 warnings generated. g++ -bundle -undefined dynamic_lookup -L/Users/danshiff/anaconda/lib -arch x86_64 -arch x86_64 build/temp.macosx-10.5-x86_64-2.7/src/mmapbitarray.o build/temp.macosx-10.5-x86_64-2.7/src/bloomfilter.o build/temp.macosx-10.5-x86_64-2.7/src/md5.o build/temp.macosx-10.5-x86_64-2.7/src/primetester.o build/temp.macosx-10.5-x86_64-2.7/src/MurmurHash3.o build/temp.macosx-10.5-x86_64-2.7/src/pybloomfilter.o -L/Users/danshiff/anaconda/lib -lcrypto -o build/lib.macosx-10.5-x86_64-2.7/pybloomfilter.so
The site-packages directory contains pybloomfilter.so and pybloomfiltermmap-0.3.14-py2.7.egg-info, but no pybloomfiltermmap on its own.
The text was updated successfully, but these errors were encountered:
The package is called pybloomfiltermmap but the module is called pybloomfilter
pybloomfiltermmap
pybloomfilter
Use:
import pybloomfilter
Sorry, something went wrong.
Yes, very confusing, especially given there also exists a pybloomfilter package (different from pybloomfiltermmap).
Renaming to pybloomfiltermmap for consistency seems sensible, depending on how important is backward compatibility.
No branches or pull requests
when enter the command sudo pip install pybloomfiltermmap, it installs and generates warnings:
The site-packages directory contains pybloomfilter.so and pybloomfiltermmap-0.3.14-py2.7.egg-info, but no pybloomfiltermmap on its own.
The text was updated successfully, but these errors were encountered: