-
Notifications
You must be signed in to change notification settings - Fork 52
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
Install on Mac OSX #120
Comments
I run it on macOS. Install instructions: |
Thanks...I tried that with these output:
|
I used a virtual env and it works. I would recommend doing the same, see https://docs.python.org/3/tutorial/venv.html#creating-virtual-environments. |
Looks like a Python installation problem. This may help: pip/python: normal site-packages is not writeable In general I try to avoid using the system-provided Python directly. See also https://opensource.com/article/19/5/python-3-default-mac Once Python is set up correctly for your user, installing Ontospy only requires this command: $ pip install ontospy -U ( |
Hi, is it possible to install ontospy on Mac OSX?
I tried "sudo pip install ontospy -U --user python"
but it returned "illegal hardware instruction sudo pip install ontospy -U --user pytho"
Thanks....
The text was updated successfully, but these errors were encountered: