Vagrant:RuntimeError:需要版本> = 3.5的Python

时间:2019-07-11 06:03:14

标签: python vagrant

我正在尝试运行以下代码: 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.

如何解决该问题?

1 个答案:

答案 0 :(得分:0)

尝试一下:

python -m pip install -r requirements.txt

有时候会有一些版本冲突