Aravindha1234u / Probe_spider

Probe_Spider is a Open Source Intelligence Tool made complete out of Python.
GNU General Public License v3.0
26 stars 9 forks source link

Error after enterting ip stack api #6

Open harshvardhan365 opened 1 year ago

harshvardhan365 commented 1 year ago

Traceback (most recent call last): File "I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\main.py", line 2, in from Phonenumber import * File "I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\Phonenumber.py", line 2, in import requests File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\requests__init.py", line 43, in import urllib3 File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\init__.py", line 17, in from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connectionpool.py", line 14, in from ._request_methods import RequestMethods File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3_request_methods.py", line 10, in from .response import BaseHTTPResponse File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\response.py", line 44, in from .connection import BaseSSLError, HTTPConnection, HTTPException File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\connection.py", line 62, in from .util.ssl_match_hostname import CertificateError, match_hostname File "C:\Users\Harsh\AppData\Local\Programs\Python\Python311\Lib\site-packages\urllib3\util\ssl_match_hostname.py", line 12, in from ipaddress import IPv4Address, IPv6Address ImportError: cannot import name 'IPv4Address' from 'ipaddress' (I:\DE\Python-Osint\Probe_spider-master\Probe_spider-master\ipaddress.py)