本文主要是介绍解决:jsonschema 3.2.0 has requirement six>=1.11.0, but you‘ll have six 1.10.0 which is incompatible,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
ERROR: jsonschema 3.2.0 has requirement six>=1.11.0, but you'll have six 1.10.0 which is incompatible.
解决方法
>>>pip install six --user -U
Collecting sixDownloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Installing collected packages: six
Successfully installed six-1.15.0
WARNING: You are using pip version 20.0.2; however, version 20.2.1 is available.
You should consider upgrading via the 'd:\anaconda\envs\mypython36\python.exe -m pip install --upgrade pip' command.
这篇关于解决:jsonschema 3.2.0 has requirement six>=1.11.0, but you‘ll have six 1.10.0 which is incompatible的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!