它指定了python_requires = >= 3.4,表示它与以前的版本不兼容。当我尝试在一个全新的virtualenv (pip==19.2.3,setuptools==41.2.0)中使用pip install more-itertools时,我得到了以下错误:ERROR: Package'more-itertools' requires a differentPython: 2.7.10 not in '
'weapons': ['weapons'])> ~/starwars
> ERROR: No matching distribution"Operating System :: OS Independent" python_requires=">=3.7",
install_requires=[System :: OS In
我正在尝试安装twint项目,但是当我尝试使用pip时,它会显示ERROR: Package 'twint' requires a differentPython: 2.7.16 not in '>=3.5.0',而当我尝试使用时 pip3 install twint 上面写的是ERROR: Package 'twint' requires a different <