How to force google colab to run in particular python version

Deadly 提交于 2021-01-29 09:48:59

问题


I have a code which works in python3.5 but will throw errors in python>3.5 but with !python --version in google colab return python 3.6.9, is there any way I can force google colab to use 3.5. I found some solutions in Stackoverflow which asked me to use local run time which won't be useful for me because I don't have enough computational resources in my local machine.

来源:https://stackoverflow.com/questions/59788607/how-to-force-google-colab-to-run-in-particular-python-version

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