erichiggins / gaek

A collection of useful tools for Google App Engine.
MIT License
16 stars 6 forks source link

fix pip install error no such file requirements.txt #1

Closed nnance closed 8 years ago

nnance commented 9 years ago

@erichiggins I found your project and would like to use it in my project. When trying to install using pip I get the following error:

Collecting gaek Using cached gaek-0.1.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 20, in File "/private/var/folders/p9/8k6_j0bd66g4lysl6bckxcdh0000gn/T/pip-build-3nfmnI/gaek/setup.py", line 12, in with open('requirements.txt') as requirements_file: IOError: [Errno 2] No such file or directory: 'requirements.txt'

I researched this error and determined that this should fix the problem. Let me know what you think

erichiggins commented 9 years ago

Thanks for the bug report, Nick!

I'm won't be at my computer for a few hours, but I'll take a look at it this evening. On Jul 5, 2015 7:45 AM, "Nick Nance" notifications@github.com wrote:

@erichiggins https://github.com/erichiggins I found your project and would like to use it in my project. When trying to install using pip I get the following error:

Collecting gaek Using cached gaek-0.1.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 20, in File "/private/var/folders/p9/8k6_j0bd66g4lysl6bckxcdh0000gn/T/pip-build-3nfmnI/gaek/setup.py", line 12, in with open('requirements.txt') as requirements_file: IOError: [Errno 2] No such file or directory: 'requirements.txt'

I researched this error and determined that this should fix the problem.

Let me know what you think

You can view, comment on, or merge this pull request online at:

https://github.com/erichiggins/gaek/pull/1 Commit Summary

  • fix pip install error no such file requirements.txt

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/erichiggins/gaek/pull/1.

erichiggins commented 9 years ago

@nnance Would you mind changing the target so that this PR merges into the develop branch instead?

erichiggins commented 9 years ago

Actually, this may be fixed with #3 by @amilstead. I released version 0.1.1 to patch this. Hope it helps!