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
Attempting to install via pip install -r requirementes-dev-lock.txt results in
ERROR: Cannot install -r ../healdata-utils/requirementes-dev-lock.txt (line 7) and jsonschema==4.21.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested jsonschema==4.21.1
healdata-utils 0.5.0 depends on jsonschema==4.17.3
This is because (apparently) that version of healdata-utils (0.5.0) requires that exact version of jsonschema and is coming into conflict because of requirements from heal-data-dictionaries or perhaps it's internal to the other dependencies in that file.
This is fixed in healdata-utils 0.6.0, but what is the file that is supposed to define the packages that should be installed?
Attempting to install via
pip install -r requirementes-dev-lock.txt
results inThis is because (apparently) that version of healdata-utils (0.5.0) requires that exact version of jsonschema and is coming into conflict because of requirements from heal-data-dictionaries or perhaps it's internal to the other dependencies in that file.
This is fixed in healdata-utils 0.6.0, but what is the file that is supposed to define the packages that should be installed?
Also, what sort of compatibility test between these 2 repos should exist (if any).
The text was updated successfully, but these errors were encountered: