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
I install using pip3 but then the following error apperars when running:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: