Giter VIP home page Giter VIP logo

Comments (3)

albsantosdel avatar albsantosdel commented on August 27, 2024

Hi,
There are two issues:

  1. Neo4j version. The current Neo4j release is 4.0.5 and as you mention, the graph algorithm plugin is still not available. However, if you install the Neo4j Desktop application (https://neo4j.com/download/neo4j-desktop/?edition=desktop&flavour=osx&release=1.2.9&offline=true) when you create a local graph, it will let you choose the version of Neo4j that you want to use (CKG uses 3.5.14).
  2. ModuleNotFoundError. It seems that your PYTHONPATH has not been updated. I recommend you to follow the instructions here: https://ckg.readthedocs.io/en/latest/intro/getting-started-with-build.html#add-ckg-to-bashrc

from ckg.

scarltee avatar scarltee commented on August 27, 2024

Thanks! Issues solved.

from ckg.

sitashmarajbhandari7879 avatar sitashmarajbhandari7879 commented on August 27, 2024

Hello, when I try to build Neo4j Graph database in windows I keep getting this error

1 1

(CKG_ENV) C:\Users\sitas\CKG\src\graphdb_builder\builder>python builder.py -b full -u neo4j

Traceback (most recent call last):
File "builder.py", line 14, in
from graphdb_builder.builder import importer, loader
File "C:\Users\sitas\CKG\src\graphdb_builder\builder\importer.py", line 20, in
from graphdb_builder.users import users_controller as uh
File "C:\Users\sitas\CKG\src\graphdb_builder\users\users_controller.py", line 8, in
from passlib.hash import bcrypt
File "C:\Users\sitas\CKG_ENV\lib\site-packages\passlib\hash.py", line 25, in
from passlib.registry import proxy
File "C:\Users\sitas\CKG_ENV\lib\site-packages\passlib\registry.py", line 12, in
from passlib.ifc import PasswordHash
File "C:\Users\sitas\CKG_ENV\lib\site-packages\passlib\ifc.py", line 10, in
from passlib.utils.decor import deprecated_method
File "C:\Users\sitas\CKG_ENV\lib\site-packages\passlib\utils_init
.py", line 845, in
from time import clock as timer
ImportError: cannot import name 'clock' from 'time' (unknown location)

can anyone please help me? I am new to neo4j and CKG

from ckg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.