Skip to content
New issue

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

Requirements outdated #1

Closed
jclock98 opened this issue Oct 23, 2023 · 0 comments
Closed

Requirements outdated #1

jclock98 opened this issue Oct 23, 2023 · 0 comments

Comments

@jclock98
Copy link
Collaborator

jclock98 commented Oct 23, 2023

During the Docker's build, in the last phase (requirements installation), the process failed because of dependancy version that are outdated during the installation of prov2neo

ERROR: Could not find a version that satisfies the requirement py2neo==2021.2.3 (from versions: 2021.2.4)
ERROR: No matching distribution found for py2neo==2021.2.3

prov2neo==1.2.2 depends on py2neo==2021.2.3 which is an outdated version of py2neo that is being moved to py2neo-history leaving only version 2021.2.4 on py2neo .
Version 1.3 of prov2neo should solve this issue when it will be published.

One temporary solution is to delete the version on prov2neo and using the dev version as in

prov2neo[dev]

with all the problematic that might arise from this.

Moreover py2neo package will no longer be updated.

jclock98 added a commit that referenced this issue Nov 28, 2023
Merge EER commands into AAD
@anfab anfab closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants