You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
this item is not critical just asking to relax the dependency version
solution
pip install --upgrade snappi pydpu
The text was updated successfully, but these errors were encountered: