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

Unable to install using modern setuptools & pip #22

Closed
mvaled opened this issue Feb 9, 2017 · 2 comments
Closed

Unable to install using modern setuptools & pip #22

mvaled opened this issue Feb 9, 2017 · 2 comments
Milestone

Comments

@mvaled
Copy link

mvaled commented Feb 9, 2017

The latest setuptools require (indirectly) the pyparsing package which (seems to) require pyparsing 2.1 (see pypa/packaging#91).

So this makes skosprovider_rdf uninstallable under such environments.

@mvaled
Copy link
Author

mvaled commented Feb 9, 2017

Well I solved by installing setuptools<34.

@koenedaele
Copy link
Member

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.

@koenedaele koenedaele added this to the Sprint 59 milestone Jul 16, 2017
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

2 participants