Python 3.5 in google colab

别说谁变了你拦得住时间么 提交于 2020-05-30 03:42:25

问题


I'm runing a python code for deep learning in google colab. Python 3.5 is required for that code. How can I install Python 3.5 version in google colab ?


回答1:


If you do !python3 --version you can see colab current uses Python 3.6.7 which is "python version of 3.5 or above"

alternatively you can use local runtime, this will allow you to use different versions of python




回答2:


This worked for me.

!apt-get install python3.5


来源:https://stackoverflow.com/questions/54994129/python-3-5-in-google-colab

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