OnroerendErfgoed / skosprovider_rdf

Skosprovider implementation backed by RDF
http://skosprovider-rdf.readthedocs.org
MIT License
2 stars 4 forks source link

Unable to install using modern setuptools & pip #22

Closed mvaled closed 7 years ago

mvaled commented 7 years ago

The latest setuptools require (indirectly) the pyparsing package which (seems to) require pyparsing 2.1 (see https://github.com/pypa/packaging/issues/91).

So this makes skosprovider_rdf uninstallable under such environments.

mvaled commented 7 years ago

Well I solved by installing setuptools<34.

koenedaele commented 7 years ago

pyparsing dependency seems to come from rdflib.

I just solved this be running pip install -U setuptools. That installs the latest setuptools and the latest pyparsing.