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

error installing the module #1422

Open Jojiv2 opened 2 years ago

Jojiv2 commented 2 years ago

image

twint can not be installed

rizdardragon commented 2 years ago

Same on me, i cant on that point.

Jojiv2 commented 2 years ago

yes, i need this tool :(

162348 commented 1 year ago

I got the same issue, but finally succeeded when I first pip install cython

It seems to require recent version of Cython.

I noticed it from here. https://github.com/PyYoshi/cChardet/issues/81

I also installed Microsoft C++ Build Tools from https://visualstudio.microsoft.com/ja/visual-cpp-build-tools/ but not sure if it was necessary.

michaelmoreno commented 1 year ago

I got the same issue, but finally succeeded when I first pip install cython

It seems to require recent version of Cython.

I noticed it from here. PyYoshi/cChardet#81

I also installed Microsoft C++ Build Tools from https://visualstudio.microsoft.com/ja/visual-cpp-build-tools/ but not sure if it was necessary.

Installing cython worked for me. On MacOS Monterey 12.6, Python 3.11.