alvarobartt / investiny

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

ModuleNotFoundError: No module named 'pip' #21

Closed Vincenzocarandente closed 1 year ago

Vincenzocarandente commented 1 year ago

When i do "pip install investiny" colab return the writing in the title. How can i fix?

alvarobartt commented 1 year ago

Hi @Vincenzocarandente in order to install it in Google Colab you'll need to !pip install investiny, note the starting exclamation sign !.

Anyway, restart the cluster, as Google Colab's Python already comes with pip installed 👍🏻