-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
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
Labels
No labels