You might need to provide the dependency resolver with stricter constraints to reduce runtime.

pip intsall 的时候发生了版本冲突的情况

结局方法:
加上参数

--use-deprecated=legacy-resolver

你可能感兴趣的:(python)