Open Dathom64 opened 11 months ago
@BeChris100 Do you have a fix?
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.
please close, duplicate of #943
Does not work still stuck
Was able to fix this issue by downgrading from Python 3.12 to 3.11
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.
--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
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'
Traceback (most recent call last): File "/Users/name/Osintgram/main.py", line 3, in