Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

it doesn't working #671

Open 0xxyma opened 1 year ago

0xxyma commented 1 year ago

pip3 install -r requirements.txt
Ignoring pyreadline: markers 'platform_system == "Windows"' don't match your environment WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f95436aa770>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f95436a8d30>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f95436ab760>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f95436a8370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f95436a8640>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/requests/
ERROR: Could not find a version that satisfies the requirement requests==2.24.0 (from versions: none)
ERROR: No matching distribution found for requests==2.24.0
plz help ????

9scorp4 commented 1 year ago

Same problem here.

(venv) xxxx@xxxxx:~/Osintgram$ pip install -r requirements.txt Ignoring pyreadline: markers 'platform_system == "Windows"' don't match your environment WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x76c85082e1c0>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/requests/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x76c85080b550>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/requests/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x76c85080b730>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/requests/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x76c85080b160>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/requests/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x76c85080b910>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/requests/ ERROR: Could not find a version that satisfies the requirement requests==2.24.0 ERROR: No matching distribution found for requests==2.24.0

estefiturin commented 1 year ago

Was anyone able to solve this problem?