Reputation:
I have tried:
Install Python 3.8 kernel in Google Colaboratory
https://kegui.medium.com/how-to-install-mlfinlab-without-error-messages-896e2fb43c2f
None of the proposed solutions work.
I'm struggling to update colab python to 3.8. pip is designed to upgrade python packages and not to upgrade python itself. pip shouldn't try to upgrade python when you ask it to do so. Don't type pip install python but use an installer instead. Basically, pip comes with python itself.
Upvotes: 1
Views: 993
Reputation: 173
MlFinlab has relaxed the hard versioning so you can now install on Colab :)
Upvotes: 0