lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Add pyparsing to project libraries #17

Closed lambdamusic closed 7 years ago

lambdamusic commented 7 years ago

Seems like installing on Ubuntu fails due to missing reference to pyparsing.

http://stackoverflow.com/questions/21241420/install-python-pyparsing-1-4-2-1-1-all-deb-on-debian-etch-with-apt-get

lambdamusic commented 7 years ago

Added to 1.7.5 (DEV)

Tip: on OSX there might be issues when installing, due to the fact that pyparsing already exists in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras - and it can't be upgraded cause that's a protected folder.

Problem circumvented by doing:

sudo pip install ontospy -U --ignore-installed pyparsing