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.76k stars 2.16k forks source link

PROBLEM IN OSINTGRAM MACOS MBP M1 #947

Open Dathom64 opened 11 months ago

Dathom64 commented 11 months ago

--This is what's showing and I have no idea how to fix it even when I put a username this still shows.--

(venv) name@Someones-MBP Osintgram % python3 main.py
Traceback (most recent call last): File "/Users/name/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/Users/name/Osintgram/src/Osintgram.py", line 9, in import requests File "/Users/name/Osintgram/venv/lib/python3.12/site-packages/requests/init.py", line 43, in import urllib3 File "/Users/name/Osintgram/venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "/Users/name/Osintgram/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in from .exceptions import ( File "/Users/name/Osintgram/venv/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

Dathom64 commented 11 months ago

@BeChris100 Do you have a fix?

BC100Dev commented 11 months ago
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt
python3 main.py

In case that you don't have the venv module, then make sure to follow its error logs or research on how to get modules installed on macOS. The same goes for the pip3, if you don't have that.

averyterrel commented 11 months ago

please close, duplicate of #943

jweezy119 commented 10 months ago

Does not work still stuck

MeshanKhosla commented 10 months ago

Was able to fix this issue by downgrading from Python 3.12 to 3.11

kylefoley76 commented 9 months ago

I can't downgrade to python 3.11. I've just spent two hours upgrading to 3.12 from 3.8. I hate changing python versions, I've only done it twice in the last 8 years and each time it causes a ton of headaches.