You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
prov2neo==1.2.2
depends onpy2neo==2021.2.3
which is an outdated version ofpy2neo
that is being moved topy2neo-history
leaving only version2021.2.4
onpy2neo
.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 thedev
version as inwith all the problematic that might arise from this.
Moreover
py2neo
package will no longer be updated.The text was updated successfully, but these errors were encountered: