twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.84k stars 2.73k forks source link

No module named 'twint' #1132

Open zhixiongtan opened 3 years ago

zhixiongtan commented 3 years ago

Issue Template

Please use this template!

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:

Command Ran

Please provide the exact command ran including the username/search/code so I may reproduce the issue.

Description of Issue

After I update twint by pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint I can't import twint. I got 'No module named 'twint'' error.

Environment Details

Using google colab

zhixiongtan commented 3 years ago

This cause by wrong place of twint I save this error by run "pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint" instead of "pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint"