alvarobartt / investiny

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

ModuleNotFoundError: No module named 'pip' #21

Closed Vincenzocarandente closed 2 years ago

Vincenzocarandente commented 2 years ago

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

alvarobartt commented 2 years 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 👍🏻