You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are on macOS and want to use Homebrew to install the Grakn-core check the following steps:
Currently there is an error in the dev.docs when starting up the Grakn server. See below..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you are on macOS and want to use Homebrew to install the Grakn-core check the following steps:
Currently there is an error in the dev.docs when starting up the Grakn server. See below..
The dev.docs suggest here: https://dev.grakn.ai/docs/running-grakn/install-and-run#download-and-install-grakn
First install JDK >=8 either from Oracle or OpenJDK
Then:
Then:
$ grakn server start
This will give you an error like:
Instead it's just:
$ grakn server
This has been reported in the Grakn Discord channel, but not yet updated in the dev.docs.
Then cd in your project folder if you use GitHub CLI:
$ gh repo clone Humans-of-Julia/GraknClient.jl
Then start Julia REPL:
Checking paths (needs to be conda rootpath to be used with PyCall)
Adding Grakn-client via pip: https://pypi.org/project/grakn-client/2.0.0a4/
Now test by importing the grakn-client:
gc = pyimport("grakn-client")
Beta Was this translation helpful? Give feedback.
All reactions