Skip to content

Installation with pip3 results into program errors #6

@nov3mb3r

Description

@nov3mb3r

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions