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

sudo pip install not working on mac #56

Open
danshiff opened this issue May 29, 2014 · 2 comments
Open

sudo pip install not working on mac #56

danshiff opened this issue May 29, 2014 · 2 comments

Comments

@danshiff
Copy link

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.

@trbs
Copy link

trbs commented Aug 15, 2014

The package is called pybloomfiltermmap but the module is called pybloomfilter

Use:

import pybloomfilter

@piskvorky
Copy link
Contributor

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.

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

3 participants