Open ole-tange opened 2 years ago
Known issue, we are still waiting for a permanent fix. Please refer to these links for a temporary fix https://github.com/twintproject/twint/issues/1344, https://github.com/twintproject/twint/issues/1346, https://github.com/twintproject/twint/issues/1313
Initial Check
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
; (Used source from GIT).Command Ran
~/twint/bin/twint -u foo [-] TWINT requires Python version 3.6+.
Description of Issue
Version 3.10 is considered < 3.6.
Environment Details
Linux.
The problem is here:
You cannot treat versions as floats (3.10 is bigger than 3.6)