RuntimeError: Python version >= 3.5 required

install python 3.5 and change python soft link

1.sudo rm -rf /usr/bin/python
2.sudo ln -s /usr/bin/python3.5 /usr/bin/python

until now ,this problem has been fixed. But others is still existing…

Logo

CSDN联合极客时间,共同打造面向开发者的精品内容学习社区,助力成长!

更多推荐