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

setup.py: add requests to setup_requires #35

Merged
merged 1 commit into from Dec 20, 2014
Merged

setup.py: add requests to setup_requires #35

merged 1 commit into from Dec 20, 2014

Conversation

dhalperi
Copy link
Member

See #16 and
http://stackoverflow.com/questions/27497470/setuptools-finds-wrong-package-during-install

Multiple hours of 100's of Google searches eventually took me to this
numpy thread:
numpy/numpy#2434 (comment)
for which they had to add numpy to setup_requires AND install_requires to fix a similar issue. Doing
this with requests seems to have worked. However, I am somewhat
skeptical as posters on SO indicated they did not see our problem in the
first place.

I tried on my Mac as well as on Ubuntu (dbserver02), and am able to
install from a clean virtualenv on both systems.

Fix #16 for now.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 34db11a on fix-16-maybe into 33cc6ba on master.

See #16 and
http://stackoverflow.com/questions/27497470/setuptools-finds-wrong-package-during-install

Multiple hours of 100's of Google searches eventually took me to this
numpy thread:
    numpy/numpy#2434 (comment)
for which they had to add numpy to `setup_requires` AND
`install_requires` to fix a similar issue. Doing this with requests
seems to have worked. However, I am somewhat skeptical as posters on SO
indicated they did not see our problem in the first place. I may just be
getting lucky.

I tried on my Mac as well as on Ubuntu (dbserver02), and am able to
install from a clean virtualenv on both systems.

Fix #16 for now.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 47b720e on fix-16-maybe into 33cc6ba on master.

dhalperi added a commit that referenced this pull request Dec 20, 2014
setup.py: add requests to setup_requires
@dhalperi dhalperi merged commit 7222eb4 into master Dec 20, 2014
@dhalperi dhalperi deleted the fix-16-maybe branch December 20, 2014 16:33
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

Successfully merging this pull request may close these issues.

problem with setup.py
2 participants