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.66k stars 2.72k forks source link

Installation issue (Dependency not found googletransx) #607

Closed existme closed 4 years ago

existme commented 4 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. pip3 install . -r requirements.txt

Description of Issue

Either trying to install twint with: pip3 install . -r requirements.txt or pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint

Will result is:

Collecting googletransx (from twint)
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/googletransx/

Environment Details

Ubuntu 19.04

pielco11 commented 4 years ago

@x0rzkov

ghost commented 4 years ago

did you try to upgrade pip ?

pip3 install --upgrade pip
existme commented 4 years ago

Hi, Thanks a lot that solved the issue.