-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 investiny #63
Comments
Dug a little deeper and finding that even though I Which is confined when I look at the anaconda install error
Then also it isn't showing in the anaconda GUI Is investiny not working for anaconda installs or is the issue elsewhere? |
Also tried to install 0.7.2, 0.7.0 on Python 3.10, 3.9 and 3.8 same error. |
So @datatalking I'm also using MacOs (Monterey in my case) and it's working fine so far, but note that the compatibility with Python 3.8+ was included in 0.7.0 so the installation on Python 3.8 of earlier releases won't work! So probably is an issue with either Anaconda, or the environment that you're using, as the error message in the PyCharm IDE seems to tell you that no versions are supported for your Python version, but also says that 0.7.0 is available for >=3.8,<4.0... Can you please check |
Sorry to trespass, but fwiw I am on Python 3.9.13 and am also unable to update Investiny beyond 0.5.0 currently installed via pip. Any suggestions? |
@plutoBase what is the error that you see whenever you run |
thanks so much for the quick reply, Alvaro! here's the complete log: |
Just to clean it up a little: |
Getting an error when I try to install investing
pip install investiny
that the version isn't compatible, this looks different than most one line errors.python3.9 is being used from conda as you can see below from my PyCharm IDE and per requirements >=python 3.8 from https://alvarobartt.github.io/investiny/requirements/ I should be ok. Is this related to #38 since I'm on MacOs and usually what causes issues for Linux systems translates to me on Unix.
#38
MacOs BigSur
The text was updated successfully, but these errors were encountered: