Open NickStefan opened 8 years ago
Hi Nick, does this help? I can add this to the README.
There is a known issue with Apple and its included python package dependencies (more info at https://github.com/pypa/pip/issues/3165).
$ sudo pip install haxor-news --upgrade --ignore-installed six
that worked! @donnemartin
Thanks for confirming! Added a note to README and INSTALLATION with 44d071cafbe90f51e7fe6d137833635797297d65.
Just an fyi. It worked for me too
$ sudo pip install haxor-news --upgrade --ignore-installed six
thanks!
That worked for me too! Thanks!! sudo pip install Scrapy --upgrade --ignore-installed six
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 pip install boto3 --ignore-installed six
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: