ERROR: Could not find a version that satisfies the requirement system (from versions: none)这个现象要用什么方法解决?
运行命令不正确,没有system第三方库,所以用pip安装时报错,同时你把sys写成了system。sys是python的内置模块,不需要安装
内置模块