twint icon indicating copy to clipboard operation
twint copied to clipboard

installation error

Open Binancil opened this issue 3 years ago • 1 comments

Installation Error using Twint.

I am trying to install Twint on Ubuntu 20.10, but I keep getting the same error.

Make sure you've checked the following:

  • [] Python version is 3.9.7;
  • [] Updating hasn't worked.
  • [] There is most likely another post with this issue but I don't have enough time to check 457 posts.

Command Ran

$ twint --help

Description of Issue

Every time I install twint I cannot get it to function properly. I have tried every single installation method, but after I run the help command each time it just says: Command 'twint' not found, did you mean: command 'tint' from deb tint (0.06) command 'twine' from deb twine (3.4.1-1) Try: sudo apt install

Environment Details

I am using Ubuntu version 20.10

Binancil avatar Jan 06 '22 20:01 Binancil

⚙️Install & Usage: $ sudo apt update $ git clone --depth=1 https://github.com/twintproject/twint.git $ ls $ cd twint $ ls $ pip3 install . -r requirements.txt $ sudo python3 setup.py install $ sudo twint -h $ sudo -i $ twint -u Andela

The video link is given here- https://youtu.be/Jk5TF-yEZZ4

universityofkalilinux avatar Mar 02 '22 19:03 universityofkalilinux