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

Broken dependency rdf2dot in python==3.8.0 #182

Open
svenvanderburg opened this issue Feb 16, 2021 · 0 comments
Open

Broken dependency rdf2dot in python==3.8.0 #182

svenvanderburg opened this issue Feb 16, 2021 · 0 comments

Comments

@svenvanderburg
Copy link
Contributor

Given that rdf2dot uses the now deprecated cgi stuff that was renamed in newer python versions, could we introduce a version check here to raise an exception (or warning) that the display_rdf() method won't work (I think it fails if you try to use 3.8.0 and above. The issue has been fixed, see e.g.

RDFLib/rdflib#1110

But the latest release of rdflib doesn't have it yet, and they don't seem to release super often...

Likewise, maybe we could skip these tests if the python version is 3.8.0 and above?

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