Skip to content

python3 import error #9

@manuel-delverme

Description

@manuel-delverme

when i try to initialize it i get:

import pydgraph.client
pydgraph.client.DgraphClient("localhost", 8001)

ImportError: No module named 'graphresponse_pb2'

but if change the cwd like this:
!cd /usr/local/lib/python3.5/dist-packages/pydgraph

everything works

pydgraph.client.DgraphClient("localhost", 8001)

<pydgraph.client.DgraphClient at 0x7f5ecfb3b128>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions