qcf-568 / Det_Baseline

Strong baselines for tampered text detection in pure vision domain
17 stars 1 forks source link

请问是基于什么python版本?装库遇到了冲突 #1

Open xsank opened 1 month ago

xsank commented 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:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

qcf-568 commented 1 month ago

版本是python 3.9 出这个报错可能是因为直接导出时候两个完全一样的库自动导出了两个版本,删掉其中一个即可