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

Support build on Python 3.9.x #5

Open
sneumann opened this issue Sep 27, 2022 · 0 comments
Open

Support build on Python 3.9.x #5

sneumann opened this issue Sep 27, 2022 · 0 comments

Comments

@sneumann
Copy link

Is your feature request related to a problem? Please describe.
I can't checkout and build https://github.com/ElixirTeSS/bioschemas-validator.git
on Ubuntu 22.04 running python 3.9.12 because

pip install -r requirements.txt
...
error in rdflib-jsonld setup command: use_2to3 is invalid.

The required change in RDFLib happened here:
RDFLib/rdflib-jsonld@2bf7fb8

Describe the solution you'd like
Bump the version in requirements.txt to e.g. rdflib==6.1.1
and remove rdflib-jsonld==0.5.0 since it is being "outroduced":
RDFLib/rdflib#1405

Additional context
There is a similar issue ckan/ckanext-dcat#205
and commits to fix: ckan/ckanext-dcat#213

I made the change locally and validation I need works, but I don't know if this breaks in a code path aI didn't test. I also don't know how to run the unit tests.

Yours,
Steffen

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

1 participant