-
Notifications
You must be signed in to change notification settings - Fork 13
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
pip installation broken #2
Comments
The pip install is not working and while installing pip locally I am getting an error
Can anyone please fix this or suggest me some way to install this package. |
Did you try updating |
@GuessWhoSamFoo |
@prateeky2806 Hmm... I doubt it is the C compiler. Maybe try running |
Did anyone ever figure out why pip install isn't working? The package shows up in pip search, but can't be installed for the same reason as @prateeky2806 was having. setuptools and requests are both updated |
Not really sure. I just did an install on a new virtual environment using Anaconda on Ubuntu 16.04 without any issues. |
Has anybody figured this one out yet? Setuptools and requests are both updated and I'm getting
The package shows up in a pip install search, and shows up online @ https://pypi.python.org/pypi/nytimesarticleapi, too; however, that link says the package was authored by Brendan Ryan and his github homepage gives a 404error. Could really use some help! I also notice in Matt's Progress Tracking he has yet to check off "upload to PyPI" ... could that be the problem? |
Basically i copied the code from Thus it removed
which prevented |
Has anyone solved this? Update: I replaced the |
Not positive if this problem has been solved, but I ended up forking the whole package then essentially remaking the package with different identifying materials and loading it as a separate package onto my local drive. Check my github under my thesis source code to see if that provides any help.
Best,
Champe
… On Feb 21, 2018, at 4:25 PM, cbjrobertson ***@***.***> wrote:
Has anyone solved this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKfIYBZCRztHyZEAYDx_ElTf4RecBtxYks5tXIm7gaJpZM4Mkx1C>.
|
This caused an installation error: installation of ez_setup doesn't help. I think it should be removed from setup.py |
@deveArt the same for me, I've removed it in my fork and now it's working. |
I'm not sure if this API wrapper is still being actively maintained.
Running pip install NYTimesArticleAPI results in this error.
EDIT:
Temporary workaround by installing via pip locally
The text was updated successfully, but these errors were encountered: