bblfsh/python-client

New grcpio causes conflict

r0mainK opened this issue · 3 comments

In requirements.txt:

grpcio>=1.3,<=2.0
grpcio-tools>=1.3,<2.0

In setup.py:

 install_requires=[" install_requires=["grpcio==1.10.0", "grpcio-tools==1.10.0", "docker", "protobuf>=3.4.0"],==1.10.0", "grpcio-tools==1.10.0", "docker", "protobuf>=3.4.0"],

Now that version 1.11.0 of grcpio is out, this causes conflicts during coverage check for ml, among other things.

Could you either check that 1.11 is supported and change setup, or modify requirements to insure we use version 1.10 ?

Solved, thks @juanjux !
Closing.

No problem! Usually, we wait for the PRs to be reviewed and merged before closing issues (it should auto-close once merged since it's linked with a "fixes" text), so I'll reopen.

BTW if you review and aprove the linked PR I could merge it right now.

My bad thought it was merged ^^ okay gonna go check it out now !

EDIT: not member of bblfshso I can't