Is there a way to use Python 3.5 instead of 3.6?

帅比萌擦擦* 提交于 2019-12-18 07:26:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!