我正在尝试运行以下代码: 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.
如何解决该问题?
答案 0 :(得分:0)
尝试一下:
python -m pip install -r requirements.txt
有时候会有一些版本冲突