Andreas Enge <andr...@enge.fr> writes: > Looking at the code of both modules on github, there is: > https://github.com/RDFLib/sparqlwrapper/blob/master/requirements.txt > rdflib > rdflib_jsonld > and > https://github.com/RDFLib/rdflib/blob/master/requirements.py2.txt > flake8 > isodate > pyparsing<=1.5.7 > SPARQLWrapper > (and similarly for python3; no idea why there the installation worked > without sparqlwrapper). > > So what can we do?
It appears that SPARQLWrapper is not really needed and you can disable dependency guessing with '--no-guessing-deps'. See https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules/ Regards, Fede