gwen001 / github-search

A collection of tools to perform searches on GitHub.
https://10degres.net/github-tools-collection/
MIT License
1.32k stars 339 forks source link

module issue #5

Closed sakyb7 closed 4 years ago

sakyb7 commented 4 years ago
python3 github-subdomains.py -d facebook.com

Traceback (most recent call last):
  File "github-subdomains.py", line 106, in <module>
    import tldextract
  File "/usr/local/lib/python3.7/dist-packages/tldextract/__init__.py", line 3, in <module>     from .cli import __version__
  File "/usr/local/lib/python3.7/dist-packages/tldextract/cli.py", line 15, in <module>         from .tldextract import TLDExtract
  File "/usr/local/lib/python3.7/dist-packages/tldextract/tldextract.py", line 64, in <module>
    from .remote import find_first_response
  File "/usr/local/lib/python3.7/dist-packages/tldextract/remote.py", line 10, in <module>      from requests_file import FileAdapter
  File "/usr/lib/python3/dist-packages/requests_file.py", line 1, in <module>
    from requests.adapters import BaseAdapter
ImportError: cannot import name 'BaseAdapter' from 'requests.adapters' (/usr/local/lib/python3.7/dist-packages/requests/adapters.py)

any solution to this.. facing this issue in almost every python script

gwen001 commented 4 years ago

Doesn't look like my script error. Try to update/reinstall python?