Vagrant:RuntimeError:Python版本>;=3.5要求

Vagrant:RuntimeError:Python版本>;=3.5要求,python,vagrant,Python,Vagrant,我正在尝试运行以下代码: 我一直在更新我的python,并将其设置为python 3.5的默认版本 vagrant@cfs:/vagrant$ python --version Python 3.5.7 运行时:sudopip3安装-r requirements.txt Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pandas

我正在尝试运行以下代码:

我一直在更新我的python,并将其设置为python 3.5的默认版本

vagrant@cfs:/vagrant$ python --version
Python 3.5.7

运行时:
sudopip3安装-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.
我如何解决这个问题

试试这个:

python -m pip install -r requirements.txt
有时会出现版本冲突

请尝试以下操作:

python -m pip install -r requirements.txt

有时会出现一些版本冲突

你说我的默认版本是什么意思?哪一个python版本在您的路径中(最顶层的版本)>
sudopip3安装-r requirements.txt
您真的不应该这样做…”“我如何解决这个问题?”通过将python升级到3.5…@Bluerine S,我将其更改为python 3。5@ruohola你能解释一下吗?我的默认版本是什么意思?哪一个python版本在您的路径中(最顶层的版本)>
sudopip3安装-r requirements.txt
您真的不应该这样做…”“我如何解决这个问题?”通过将python升级到3.5…@Bluerine S,我将其更改为python 3。5@ruohola你能解释一下吗?