orientechnologies / pyorient

OrientDB driver for Python that uses the binary protocol.
Apache License 2.0
119 stars 38 forks source link

Protocol version 32 is not supported yet by this client. #9

Closed mjp0 closed 8 years ago

mjp0 commented 8 years ago

Getting Protocol version 32 is not supported yet by this client. and I'm running 2.1.5.

Any ETA support for newer protocols?

lashex commented 8 years ago

I just started trying to poke around with OrientDB and I am also getting this when running 2.1.8. Specifically, pyorient.exceptions.PyOrientWrongProtocolVersionException: Protocol version 32 is not supported yet by this client.

Ostico commented 8 years ago

Hi guys, protocol 32 is already supported by pyorient.

The issue is in the pypi repository.

I apologize for this. Please, for now clone the github repository untill pypi will be fixed.

It works.