Metis icon indicating copy to clipboard operation
Metis copied to clipboard

pip install安装依赖包时出错

Open hellojd2018 opened this issue 5 years ago • 1 comments

执行如下脚本报错 pip install -I -r requirements.txt

报错信息如下:ERROR: Package 'tornado' requires a different Python: 2.7.5 not in '>= 3.5' 我的python版本。 python:2.7.5 pip:20.0.2

hellojd2018 avatar Mar 01 '20 04:03 hellojd2018

这个问题可能是你系统里已经有其它python版本导致的。我也遇到类似问题,我把python3卸载了就没出现这个问题了。

wolfparticle avatar Apr 27 '20 08:04 wolfparticle