Open xsank opened 1 month ago
ERROR: Cannot install Pillow==10.4.0 and Pillow==9.0.1 because these package versions have conflicting dependencies.
The conflict is caused by: The user requested Pillow==9.0.1 The user requested Pillow==10.4.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
版本是python 3.9 出这个报错可能是因为直接导出时候两个完全一样的库自动导出了两个版本,删掉其中一个即可
ERROR: Cannot install Pillow==10.4.0 and Pillow==9.0.1 because these package versions have conflicting dependencies.
The conflict is caused by: The user requested Pillow==9.0.1 The user requested Pillow==10.4.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts