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

Installation issue with package files #25

Closed GMTG closed 7 years ago

GMTG commented 7 years ago

When running the ontospy installation command : pip install ontospy, I get the following error:

Running setup.py install for ontospy error: can't copy 'ontospy/viz/static/libs/Chart.js-2.4.0': doesn't exist or not a regular file

Could anyone help me to resolve this issue please ?

GMTG commented 7 years ago

For more details about the installation error, please find the following screenshot: image

lambdamusic commented 7 years ago

Hi, I've just released version 1.7.4 which should fix that problem.

Would you mind trying the latest version?

pip install ontospy -U
GMTG commented 7 years ago

Thank you for your reply. But Actually, I do have the issue on the latest version. The previous version is working correctly for me !

lambdamusic commented 7 years ago

Sorry I am confused: your original message reported a problem with 1.7.3, but now you are saying

The previous version is working correctly for me !

Can you please specify which ontospy version you are trying to install (latest is 1.7.4)

GMTG commented 7 years ago

Actually, the installation process was successfull when installing version 1.6.2. However, didn't succeed to install neither version 1.7.3 nor 1.7.4; the same error messages are generated.

lambdamusic commented 7 years ago

ok it may be an issue with readline then (based on the screenshot you shared above). What OS are you on? I'll try to make this dependency optional in the next release.

GMTG commented 7 years ago

I have tried to installed it both on the latest version of Ubuntu 16.04.2 LTS (64bits) and also latest version of Kali 2

lambdamusic commented 7 years ago

I've removed the readline dependency on v 1.7.6

Hopefully this is going to fix your problem... let me know how it goes.

lambdamusic commented 7 years ago

Ok i'm closing this issue, assume it's working now :-)