am0nt31r0 / OSINT-Search

Useful for digital forensics investigations or initial black-box pentest footprinting.
130 stars 33 forks source link

module not working properly during the installation process #2

Open poptartintoaster opened 5 years ago

poptartintoaster commented 5 years ago

Traceback (most recent call last): File "osintS34rCh.py";, line 10, in ; import validators ModuleNotFoundError: No module named 'validators'

Is anyone else experiencing the following issue when attempt to run the script with python3?

am0nt31r0 commented 5 years ago

try 'pip3 install validators'

josephiyaya commented 4 years ago

any help on this error.... raceback (most recent call last): File "osintS34rCh.py", line 14, in from google import google ImportError: cannot import name 'google' from 'google' (unknown location)

Akashsena commented 3 years ago

any help on this error.... raceback (most recent call last): File "osintS34rCh.py", line 14, in from google import google ImportError: cannot import name 'google' from 'google' (unknown location)

Same Error is showing in my Also

elliot7755 commented 3 years ago

Traceback (most recent call last): File "/root/OSINT-Search/osintS34rCh.py", line 14, in from google import google ImportError: cannot import name 'google' from 'google' (unknown location)

Reginmand commented 7 months ago

Как исправить эту ошибку [~/OSINT-Search] └─$ python3 osintS34rCh.py Traceback (most recent call last): File "/home/air/OSINT-Search/osintS34rCh.py", line 14, in <module> from google import google ImportError: cannot import name 'google' from 'google' (unknown location) . Эти методы не помогли: 1.0. Исправление ошибки функцию python3 -m pip install googlesearch-python (не помогла) 1.1. python3 -m pip install validators (не помогла) 1.2. python3 -m pip install google, python3 -m pip install --upgrade google (не помогла) 1.3. pip install --upgrade google-api-python-client (не помогла) 1.4. pip install google-cloud (не помогла) 1.5. pip install google-cloud-vision, pip install --upgrade google-cloud-translate (не помогла) 1.6. pip install google.cloud.bigquery (не помогла) 1.7. pip install google.cloud.storage (не помогла) 1.8. pip install protobuf (не помогла) 1.9. sudo pip install conda (не помогла) 1.10. pip install bigquery, pip install xyz-google-stuff (не помогла)