Traceback (most recent call last):
File "/home/kali/userline/src/./userline.py", line 23, in <module>
from lib.output.neo4j import Neo4J
File "/home/kali/userline/src/lib/output/neo4j.py", line 8, in <module>
from neo4j.v1 import GraphDatabase, basic_auth
File "/usr/local/lib/python3.9/dist-packages/neo4j/v1/__init__.py", line 24, in <module>
from .api import *
File "/usr/local/lib/python3.9/dist-packages/neo4j/v1/api.py", line 25, in <module>
from time import clock, sleep
ImportError: cannot import name 'clock' from 'time' (unknown location)
I then tried changing the dependencies from >= to == but still get the same error
I install using pip3 but then the following error apperars when running:
I then tried changing the dependencies from >= to == but still get the same error