Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Could not find a version that satisfies the requirement lakshmi #42

Closed
mhenke opened this issue Feb 24, 2022 · 3 comments
Closed
Assignees

Comments

@mhenke
Copy link

mhenke commented Feb 24, 2022

mhenke@mhenke-Inspiron-15-3567:$ python --version
Python 3.8.10
mhenke@mhenke-Inspiron-15-3567:$ pip install lakshmi
ERROR: Could not find a version that satisfies the requirement lakshmi (from versions: none)
ERROR: No matching distribution found for lakshmi

pip -V
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

@sarvjeets
Copy link
Owner

Thank you for the detailed error report. I believe this is because I have specified python version >= 3.9.5 in this package. I have personally tested it on Python 3.9 and 3.10.

I have no reason to believe that there is anything that would break on Python 3.8. Let me make sure and I can push a bugfix to relax that requirement in setup.py

@sarvjeets sarvjeets self-assigned this Feb 24, 2022
@sarvjeets
Copy link
Owner

Fix pushed in version 2.4.1. Could you please try installing it again (pip install lakshmi or pip install lakshmi=2.4.1) and see if it works now?

@mhenke
Copy link
Author

mhenke commented Feb 25, 2022

Installed. I'll play around with it. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants