We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Well I solved by installing setuptools<34.
Sorry, something went wrong.
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.
pip install -U setuptools
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: