twint
twint copied to clipboard
error twint requires python version 3.6+
python version error
Initial Check
If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.
Make sure you've checked the following:
- [] Python version is 3.6;
- [] Updated Twint with
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
; - [] I have searched the issues and there are no duplicates of this issue/question/request.
Command Ran
twint -s pineapple
Description of Issue
my python version is 3.10.2 but when i run command to test it,my terminal shows twint requires python version 3.6+.
Environment Details
Using Mac OS, Running in Terminal?
Same here on windows11.
Quick fix (for now):
Head over to $HOME/.local/lib/python3.10/site-packages/twint
and edit the cli.py
file by commenting out the following lines:
That works for now. Thanks @heyzsh
didnt fix for me