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…
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…