Google-Search-API icon indicating copy to clipboard operation
Google-Search-API copied to clipboard

No such file or directory: 'test_requirements.txt'

Open RiceeeChang opened this issue 8 years ago • 7 comments

i use python3.6 and win10

when i install with pip , occur this error

C:\Users\User\AppData\Local\Programs\Python\Python36\Scripts>pip install Google-Search-API Collecting Google-Search-API Using cached Google-Search-API-1.1.13.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\User\AppData\Local\Temp\pip-build-e584nunp\Google-Search-API\setup.py", line 15, in with open("test_requirements.txt") as f: FileNotFoundError: [Errno 2] No such file or directory: 'test_requirements.txt'

RiceeeChang avatar Jan 26 '17 13:01 RiceeeChang

I noticed a bunch of prints without parens, so I think this is only py2-compatible

howdydoody123 avatar Jan 26 '17 15:01 howdydoody123

when would it be possible to get python3 support?

saideeptiku avatar Jan 27 '17 02:01 saideeptiku

I mean, there is a package called py2to3 it might work I haven't tried

ghost avatar Feb 14 '17 20:02 ghost

I'm getting the same error on Ubuntu 16.04 using python 3.5 Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-yikuk4jt/Google-Search-API/setup.py", line 15, in <module> with open("test_requirements.txt") as f: FileNotFoundError: [Errno 2] No such file or directory: 'test_requirements.txt'

jadolg avatar Mar 30 '17 12:03 jadolg

If you install with pip install git+https://github.com/abenassi/Google-Search-API/ there is no such problem.

terencezl avatar Mar 30 '17 20:03 terencezl

is pip install git+https://github.com/abenassi/Google-Search-API/ issuable on heroku?

4n-0n avatar Nov 07 '17 02:11 4n-0n

It is, but instead of module_name==module_version you just paste the link.

This is what my requirements.txt looks like

prawcore==0.12.0
requests==2.18.1
beautifulsoup4==4.6.0
git+https://github.com/abenassi/Google-Search-API/

daandenhartog avatar Mar 03 '18 12:03 daandenhartog