python安装 win11toast显示这个,这意思3.6不支持吗?还是什么,但是我又不想升级我的python版本,求解?
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependenciestoast%E7%9A%84%E6%97%B6%E5%80%99%E5%AE%89%E8%A3%85%E5%AE%8C%E4%BA%86%EF%BC%8C%E6%98%BE%E7%A4%BA
那你只能尝试
1.loosen the range of package versions you've specified(放宽你python版本)
2.remove package versions to allow pip attempt to solve the dependency conflict(升级或者降低pip库版本)
你试试第二个呢