alvarobartt / investiny

🤏🏻 `investpy` but made tiny
https://alvarobartt.github.io/investiny
MIT License
280 stars 32 forks source link

Can not install this library #70

Open indramal opened 1 year ago

indramal commented 1 year ago

This library can not install using pip install investiny. It show following error message.

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could not find a version that satisfies the requirement investiny (from versions: none) ERROR: No matching distribution found for investiny

alvarobartt commented 1 year ago

Hi @indramal which Python version are you using? Note that investiny is just available for Python 3.8 and above

indramal commented 1 year ago

Google Colab use Python 3.7.15 that means can not use this library in Google Colab.

alvarobartt commented 1 year ago

I can make it support Python 3.7+, but the thing is that AFAIK this is not working consistently due to Investing.com recent changes on their API protection :( I contacted them but I got no answer from them yet...

indramal commented 1 year ago

No issue. Can use locally. Thanks.