sushant10 / HQ_Bot

📲 Bot to help solve HQ trivia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python setup.py egg_info failed with error code 1 when installing 'google-search-api'

DavisAndn opened this issue · comments

commented

I'm running Ubuntu 16.04 and already installed pip, pip3. However, when I try to install Google-Search-API using

sudo pip install Google-Search-API

or

sudo -H pip3 install git+https://github.com/abenassi/Google-Search-API

I get an error saying

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

Ive tried solutions like

python ez_setup.py
pip install --upgrade setuptools
sudo pip install --upgrade setuptools

None of these are helping me to get rid of this error :Command "python setup.py egg_info" failed with error code 1

$ python3 --version
Python 3.5.2
$ python2 --version
Python 2.7.12

Any help is much appreciated

commented

Same Error here. Just in Windows...