NEUBIAS/bise-core-ontology

Adding some warning on Python version

PerrineGilloteaux opened this issue · 4 comments

Hi, For using app.py for the demo linked webpage, RDFlib is needed and need Python 3.5 (does not exist for 3.6). This should be specified somewhere?

Otherwise working perfectly.

Thanks for testing. The dependencies are on the README.md file https://github.com/NeuBIAS/bise-core-ontology/blob/master/README.md but should be moved to the right directory.

Yes, but rdflib is not available for 3.6 (on PYPI) , so using Python 3.6 as an interpretor does not work. 3.5 should be preferably used, and I have not seen that?