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.68k stars 2.71k forks source link

[QUESTION] Noob question: How do I upgrade? #1152

Open curya opened 3 years ago

curya 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

pip3 install twint pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint

Description of Issue

Sorry about this but I'm an amateur trying to figure this out. When I run the first command, I only get the 2019 version. When I run the second command I get:

WARNING: Discarding git+https://github.com/twintproject/twint.git@origin/master#egg=twint. Command errored out with exit status 1: git fetch -q --tags Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement twint (unavailable) ERROR: No matching distribution found for twint (unavailable)

What am I doing wrong?

Environment Details

Windows 10

chetanmadaan commented 3 years ago

Same issue, although I was able to install it on windows earlier.

chetanmadaan commented 3 years ago

Reinstalled Python 3.6 and that fixed it.