Skip to content
New issue

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

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

Already on GitHub? # to your account

python grpcio/protobuf dependency is too strict #198

Open
mgheorghe opened this issue Feb 14, 2023 · 0 comments
Open

python grpcio/protobuf dependency is too strict #198

mgheorghe opened this issue Feb 14, 2023 · 0 comments

Comments

@mgheorghe
Copy link

i'm using snappi for OPI project https://opiproject.org/
pip install --upgrade snappi
pip install --upgrade pydpu

will be good if snappi will have a range of versions and be less strict on dependencies, grpcio and protobuf are pretty popular packages and other packages may have dependencies that may conflict with snappi

snappi 0.10.5 requires grpcio==1.44.0; python_version > "2.7", but you have grpcio 1.51.1 which is incompatible.
snappi 0.10.5 requires protobuf==3.20.1; python_version > "3.6", but you have protobuf 4.21.12 which is incompatible.
grpcio-tools 1.44.0 requires protobuf<4.0dev,>=3.5.0.post1, but you have protobuf 4.21.12 which is incompatible.

this item is not critical just asking to relax the dependency version
solution pip install --upgrade snappi pydpu

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant