We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
invenio-admin
invenio[base]
invenio[files]
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installation of Invenio 3.2.X (3.2.2 in this case) with the following set of extras:
leads to the following version conflict on
invenio-admin
package between theinvenio[base]
andinvenio[files]
bundles:caused by clashing requirements here and here
The text was updated successfully, but these errors were encountered: