-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding some warning on Python version #13
Comments
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? |
Thanks Perrine, true …
I will clarify the deployment process.
Alban
… Le 12 nov. 2018 à 11:55, Perrine Paul-Gilloteaux ***@***.***> a écrit :
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#13 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKLGEA6_ULDcZEH_t-ukkS4sLsSuQ3gbks5uuVOOgaJpZM4YZZHf>.
--
Alban Gaignard, PhD, CNRS
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: