Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest python driver thinks v1.16.0 is too low? #3706

Closed
keighl opened this issue Jan 30, 2015 · 6 comments
Closed

Latest python driver thinks v1.16.0 is too low? #3706

keighl opened this issue Jan 30, 2015 · 6 comments
Assignees
Milestone

Comments

@keighl
Copy link

keighl commented Jan 30, 2015

Getting a error using trying to use the dump tool on Ubuntu 14.04 LTS. The python driver is complaining that the rethink version is too low? I installed rethink via apt-get.

$ rethinkdb -v
rethinkdb 1.16.0+1~0trusty (GCC 4.8.2)

$ pip list | grep rethink
rethinkdb (1.16.0.post0)

$ rethinkdb dump
Exporting to directory...
Error: Incompatible server version found, expected >= 1.16.0
Error: rethinkdb-export failed

Something obvious I did wrong?

@AtnNn
Copy link
Member

AtnNn commented Jan 30, 2015

I can reproduce this. I'm going to try to fix it. Thanks for the report

@svisser
Copy link

svisser commented Jan 30, 2015

What version of pip do you have? It could be that 1.16.0+1~0trusty doesn't match the new version schema introduced in PEP 440.

@AtnNn AtnNn added this to the 1.16.x milestone Jan 30, 2015
@AtnNn AtnNn self-assigned this Jan 30, 2015
@AtnNn
Copy link
Member

AtnNn commented Jan 30, 2015

The regexp that tests the version number in _backup.py doesn't correctly detect the version of the Ubuntu packages. I've got a possible fix that I'll try to push to pypi soon.

@keighl
Copy link
Author

keighl commented Jan 30, 2015

That's awesome. Thanks, @AtnNn

@AtnNn
Copy link
Member

AtnNn commented Jan 30, 2015

A new version of the driver is now available, it should fix this bug.

@AtnNn AtnNn closed this as completed Jan 30, 2015
@keighl
Copy link
Author

keighl commented Jan 30, 2015

@AtnNn yep working now!

@AtnNn AtnNn modified the milestones: 1.16.x, 1.16.1 Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants