Skip to content

ImportError: cannot import name 'ArangoClient' #20

@yiyisan

Description

@yiyisan

When i import ArangoClient from arango, It raise

from arango import ArangoClient
Traceback (most recent call last):

  File "<ipython-input-30-fb5a35ea2f64>", line 1, in <module>
    from arango import ArangoClient

ImportError: cannot import name 'ArangoClient'

then dir(arango)

dir(arango)
Out[29]: 
['Connection',
 '__builtins__',
 '__cached__',
 '__doc__',
 '__file__',
 '__loader__',
 '__name__',
 '__package__',
 '__path__',
 '__spec__',
 'aql',
 'c',
 'clients',
 'collection',
 'core',
 'create',
 'cursor',
 'db',
 'document',
 'edge',
 'exceptions',
 'http_clients',
 'index',
 'mixins',
 'response',
 'utils']

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