Tencent / Metis

Metis is a learnware platform in the field of AIOps.
Other
1.68k stars 495 forks source link

pip install安装依赖包时出错 #91

Open hellojd2018 opened 4 years ago

hellojd2018 commented 4 years ago

执行如下脚本报错 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

wolfparticle commented 4 years ago

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