问题
I need to install a library that is only compatible with Python 3.5, is there a way to change the Python version in Colab from 3.6 to 3.5?
回答1:
The only way to vary the python3 version is to connect to a local runtime.
来源:https://stackoverflow.com/questions/52467489/is-there-a-way-to-use-python-3-5-instead-of-3-6