大佬你好,为啥我安装不了呢
我在使用pip install MBPython的时候,提示报错了。
报错内容如下:
Collecting MBPython Using cached MBPython-0.2.2-py3-none-any.whl (21 kB) Using cached MBPython-0.2.1-py3-none-any.whl (21 kB) Using cached MBPython-0.2.0-py3-none-any.whl (20 kB) Using cached MBPython-0.1.9-py3-none-any.whl (20 kB) Using cached MBPython-0.1.8-py3-none-any.whl (20 kB) Using cached MBPython-0.1.7-py3-none-any.whl (20 kB) Using cached MBPython-0.1.6-py3-none-any.whl (21 kB) Using cached MBPython-0.1.5-py3-none-any.whl (22 kB) Using cached MBPython-0.1.4-py3-none-any.whl (20 kB) Using cached MBPython-0.1.3-py3-none-any.whl (20 kB) Using cached MBPython-0.1.2-py3-none-any.whl (20 kB) Using cached MBPython-0.1.1-py3-none-any.whl (19 kB) Using cached MBPython-0.1.0-py3-none-any.whl (18 kB) ERROR: Cannot install mbpython==0.1.0, mbpython==0.1.1, mbpython==0.1.2, mbpython==0.1.3, mbpython==0.1.4, mbpython==0.1.5, mbpython==0.1.6, mbpython==0.1.7, mbpython==0.1.8, mbpython==0.1.9, mbpython==0.2.0, mbpython==0.2.1 and mbpython==0.2.2 because these package versions have conflicting dependencies.
The conflict is caused by: mbpython 0.2.2 depends on pywin32<229 and >=228 mbpython 0.2.1 depends on pywin32<229 and >=228 mbpython 0.2.0 depends on pywin32<229 and >=228 mbpython 0.1.9 depends on pywin32<229 and >=228 mbpython 0.1.8 depends on pywin32<229 and >=228 mbpython 0.1.7 depends on pywin32<229 and >=228 mbpython 0.1.6 depends on pywin32<229 and >=228 mbpython 0.1.5 depends on pywin32<229 and >=228 mbpython 0.1.4 depends on pywin32<229 and >=228 mbpython 0.1.3 depends on pywin32<229 and >=228 mbpython 0.1.2 depends on pywin32<229 and >=228 mbpython 0.1.1 depends on pywin32<229 and >=228 mbpython 0.1.0 depends on pywin32<229 and >=228
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies WARNING: You are using pip version 21.2.4; however, version 22.1.2 is available. You should consider upgrading via the 'C:\Users\16651\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
好像只支持 Python 3.9 以下的版本,因为 pywin32==228 只支持到 Python 3.9