Skip to content
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

Installation with pip3 results into program errors #6

Open
nov3mb3r opened this issue Nov 21, 2021 · 0 comments
Open

Installation with pip3 results into program errors #6

nov3mb3r opened this issue Nov 21, 2021 · 0 comments

Comments

@nov3mb3r
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant