inveniosoftware/invenio

Invenio 3.2: invenio_admin version conflict

mirekys opened this issue · 0 comments

Installation of Invenio 3.2.X (3.2.2 in this case) with the following set of extras:

invenio[base,metadata,files,postgresql,elasticsearch7]>=3.2.0,<3.3.0

leads to the following version conflict on invenio-admin package between the invenio[base] and invenio[files] bundles:

Could not find a version that matches invenio-admin<1.2.0,>=1.1.2,>=1.2.0 (from invenio[base,elasticsearch7,files,metadata,postgresql]==3.2.2->-r -)
Tried: 1.0.0, 1.0.0, 1.0.1, 1.0.1, 1.1.0, 1.1.0, 1.1.1, 1.1.1, 1.1.2, 1.1.2, 1.1.3, 1.1.3, 1.2.0, 1.2.0, 1.2.1, 1.2.1
Skipped pre-versions: 1.0.0a1, 1.0.0a1, 1.0.0a2, 1.0.0a2, 1.0.0a3, 1.0.0a3, 1.0.0b1, 1.0.0b1, 1.0.0b2, 1.0.0b2, 1.0.0b3, 1.0.0b3, 1.0.0b4, 1.0.0b4
There are incompatible versions in the resolved dependencies:
  invenio-admin<1.2.0,>=1.1.2 (from invenio[base,elasticsearch7,files,metadata,postgresql]==3.2.2->-r -)
  invenio-admin>=1.2.0 (from invenio-access==1.4.1->invenio-iiif==1.0.0->invenio[base,elasticsearch7,files,metadata,postgresql]==3.2.2->-r -)

caused by clashing requirements here and here