-
Notifications
You must be signed in to change notification settings - Fork 168
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
Six issue when installing package on OS X 10.11 El Capitan #54
Comments
Hi Nick, does this help? I can add this to the README. Mac OS X (10.11 El Capitan) usersThere is a known issue with Apple and its included python package dependencies (more info at pypa/pip#3165).
|
that worked! @donnemartin |
Thanks for confirming! Added a note to README and INSTALLATION with 44d071c. |
Just an fyi. It worked for me too $ sudo pip install haxor-news --upgrade --ignore-installed six thanks! |
That worked for me too! Thanks!! |
This also worked for me, for the six package! ⇒ sudo pip install --ignore-installed six |
Worked for me too!! sudo pip install -U flask-cors --ignore-installed six |
@donnemartin You're a savor |
It not work for me.... |
@YDJSZY try using sudo. |
worked for me.. Thanks |
I. when I try and pip install I get this error:
II. this points to a solution, but does not work: http://stackoverflow.com/questions/31900008/oserror-errno-1-operation-not-permitted-when-installing-scrapy-in-osx-10-11
pip install --ignore-installed six
III. so then I tried to build from a docker container I found here, but it outputs:
https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=haxornews&starCount=0
The dockerfile is exactly what I'd expect:
The text was updated successfully, but these errors were encountered: