DorkMe icon indicating copy to clipboard operation
DorkMe copied to clipboard

Google-Search Api

Open psychomad opened this issue 7 years ago • 8 comments

Hi Always used without problem after i update to kali 3 i receive this error message

Error importing google module, try: pip install Google-Search-API root@Polifemo:/osint/DorkMe# pip install Google-Search-API Collecting Google-Search-API Using cached https://files.pythonhosted.org/packages/73/38/eab35d4db8efd12256d30963498afe5210128d3fd221332360de9fc11614/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 "/tmp/pip-install-esxo_wla/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'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-esxo_wla/Google-Search-API/

Any suggestions?

psychomad avatar Aug 28 '18 18:08 psychomad

tengo el mismo error

marbyn avatar Sep 09 '18 23:09 marbyn

Alguna solucion para el sigueinte error

root@miakali:~/Escritorio/2018/Dorkme# pip install Google-Search-API Collecting Google-Search-API Using cached https://files.pythonhosted.org/packages/73/38/eab35d4db8efd12256d30963498afe5210128d3fd221332360de9fc11614/Google-Search-API-1.1.13.tar.gz Complete output from command python setup.py egg_info: /usr/local/lib/python3.6/dist-packages/setuptools/version.py:1: UserWarning: Module google was already imported from None, but /tmp/pip-install-7e70sxr1/Google-Search-API is being added to sys.path import pkg_resources Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/dist-packages/setuptools/init.py", line 12, in import setuptools.version File "/usr/local/lib/python3.6/dist-packages/setuptools/version.py", line 1, in import pkg_resources File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3098, in @_call_aside File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3082, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3126, in _initialize_master_working_set for dist in working_set File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3126, in for dist in working_set File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 2636, in activate declare_namespace(pkg) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 2173, in declare_namespace _handle_ns(packageName, path_item) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 2108, in _handle_ns loader.load_module(packageName) File "./google/init.py", line 1, in from modules import calculator, currency, images, utils ModuleNotFoundError: No module named 'modules'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-7e70sxr1/Google-Search-API/ root@miakali:~/Escritorio/2018/Dorkme#

marbyn avatar Sep 09 '18 23:09 marbyn

IyFGBZJiAKihJup54IYPgVo7CXUPcequ

marbyn avatar Sep 09 '18 23:09 marbyn

Will take a look soon, Thanks for test it.

blueudp avatar Sep 26 '18 10:09 blueudp

try "pip install google-search-api", whit no uppercase

blueudp avatar Sep 26 '18 10:09 blueudp

Seem now everything works fine

I update my kali to 2019.1 updatedb full-upgrade

and just pip install -r requirements.txt

thanks for all the fish!

psychomad avatar Dec 02 '18 21:12 psychomad

This fixed it for me: sudo pip install --upgrade google-api-python-client

shotgundebugging avatar Feb 18 '19 10:02 shotgundebugging

I'm still having trouble after fore-mentioned steps, any help would be appriciated.. I'm on Parrot Sec 4.7 if that helps

Snoemane808 avatar Sep 22 '19 20:09 Snoemane808