Closed mukeshmithrakumar closed 2 years ago
@mukeshmithrakumar,
In the official website, it is recommended to install data validation using PyPI, or build from docker (if using Linux) or build from source. You can also refer to compatible versions for package version compatibility. Hope this helps. Thank you!
A new version of google-api-core
has been published which allows protobuf>=3.19.5
. This should resolve the current dependency conflict. The constraint for protobuf < 3.20
and protobuf < 3.21
in tensorflow packages should be removed to prevent future conflicts.
@mukeshmithrakumar,
Can you please try using google-api-core which allows protobuf>=3.19.5
, and see if it resolves your dependency issue as mentioned above comment.
Thank you!
Awesome, thanks @singhniraj08 , that helps
Hi,
Problem:
Steps:
tensorflow-data-validation
as a requirementpip-compile requirements.in
Output:
If you are doing
pip install
on requirements, this isn't a problem since pip doesn't care about dependencies, but for anything that is in production that usespoetry
or any dependency management this is a problem.You notice the same with
absl-py
package as well.So, here is my question and well may be a request. Request:
Question:
poetry
and just usingpip
, is there any resolution for this?