opsdisk / pagodo

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
GNU General Public License v3.0
2.67k stars 487 forks source link

pip install google : ImportError: cannot import name IncompleteRead #3

Closed SaiGonSeamus closed 7 years ago

SaiGonSeamus commented 7 years ago

Any idea on this?

root@DS:~# pip install google Traceback (most recent call last): File "/usr/bin/pip", line 9, in load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2476, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2190, in load ['name']) File "/usr/lib/python2.7/dist-packages/pip/init.py", line 74, in from pip.vcs import git, mercurial, subversion, bazaar # noqa File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in from pip.download import path_to_url File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in from requests.compat import IncompleteRead ImportError: cannot import name IncompleteRead

opsdisk commented 7 years ago

Haven't seen that one before. I'd try running "pip install -r requirements.txt" first. If that fails, reinstall pip.

SaiGonSeamus commented 7 years ago

Tried both of those, neither worked.

opsdisk commented 7 years ago

Looks like you're running as root based the shell prompt. Is that correct? I'd try installing another package via pip and see if you get something similar. Besides that, don't know what else to recommend.

SaiGonSeamus commented 7 years ago

It's a debian jessie thing. it's working now.

opsdisk commented 7 years ago

Glad to hear you figured it out!