felicette icon indicating copy to clipboard operation
felicette copied to clipboard

errors doing pip install felicette on MacOS - Add to docs: 'rich' is a Python3 only module

Open kaunix opened this issue 4 years ago • 4 comments

ERROR: Could not find a version that satisfies the requirement rich==3.3.2 (from felicette) (from versions: none) ERROR: No matching distribution found for rich==3.3.2 (from felicette)

kaunix avatar Jul 26 '20 02:07 kaunix

Hmm, this behavior is weird. Because, https://pypi.org/project/rich/3.3.2/ exists.

What version of Python/pip are you using @kaunix ?

plant99 avatar Jul 26 '20 04:07 plant99

I'm running in to a similar issue. Here are the versions I'm on:

mattpowell$ pip --version
pip 19.1.1 from /Library/Python/2.7/site-packages/pip-19.1.1-py2.7.egg/pip (python 2.7)
mattpowell$ python --version
Python 2.7.16

I also tried running just pip install rich and received the same error.

I don't work in python very much (or, really, at all), so please let me know if there's anything special I should do to try to debug this further?

mattpowell avatar Jul 27 '20 19:07 mattpowell

Ok, after some quick googling it seems like rich is a python3 only module. So followed this guide, upgraded to python3, and am now able to follow all of the instructions for installation in the README.

Thanks!

mattpowell avatar Jul 27 '20 19:07 mattpowell

Ah, I didn't know this. But thanks for the information, I'll add this to the README.md.

plant99 avatar Jul 27 '20 19:07 plant99