orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

No module named “pkg_resources” #344

Open psre33 opened 4 months ago

psre33 commented 4 months ago

Couldn’t install with pip, had to use pipx. First run I got this ModuleNotFoundError. Uninstalling and reinstalling did not help.

Edit: MacOS 14.4.1 on Apple M2 Pro chip (MacBook Pro 2023)

johnpiers commented 4 months ago

This project is pretty dead, as far as I know. Without paid access to the Twitter API I'm not really sure how far you'll get. Good luck nonetheless.

genzj commented 2 months ago

You'll need the setuptools packages. Try pipx inject rainbowstream setuptools.

But as @johnpiers said, while you may be able to launch the tool, you might still face errors due to Twitter API limitations, preventing its full functionality.