Я пытаюсь запустить эти коды:
https://github.com/cndreisbach/call-for-service/blob/master/docs/src/development.md
Я обновлял свой Python и сделал мою версию Python по умолчанию 3.5
vagrant@cfs:/vagrant$ python --version
Python 3.5.7
Когда я бегу: sudo pip3 install -r requirements.txt
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pandas
Storing debug log for failure in /home/vagrant/.pip/pip.log
RuntimeError: Python version >= 3.5 required.
Как я могу исправить эту проблему?