Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

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

Open
kaunix opened this issue Jul 26, 2020 · 4 comments

Comments

@kaunix
Copy link

kaunix commented Jul 26, 2020

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)

@plant99
Copy link
Owner

plant99 commented Jul 26, 2020

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

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

@mattpowell
Copy link

mattpowell commented Jul 27, 2020

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
Copy link

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!

@plant99
Copy link
Owner

plant99 commented Jul 27, 2020

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

@plant99 plant99 changed the title errors doing pip install felicette on MacOS errors doing pip install felicette on MacOS - 'rich' is a Python3 only module Sep 25, 2020
@plant99 plant99 changed the title errors doing pip install felicette on MacOS - 'rich' is a Python3 only module errors doing pip install felicette on MacOS - Add to docs: 'rich' is a Python3 only module Sep 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants