-
Notifications
You must be signed in to change notification settings - Fork 177
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
TDFV==0.14.0 Wheel Fails Integrity Check #78
Comments
@jhamet93 , Please provide details about what platform you are using (operating system, architecture). Also include your TensorFlow and version. Also, did you compile from source or install a binary? Make sure you also include the exact command if possible to produce the output included in your test case. If you are unclear what to include see the issue template displayed in the Github new issue template. We ask for this in the issue submission template, because it is really difficult to help without that information. Thanks! |
We can verify that the wheel is failing the check by doing:
Unpacking to: ./tensorflow_data_validation-0.14.0...Hash mismatch for file 'tensorflow_data_validation/pywrap/_pywrap_tensorflow_data_validation.so' |
Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks! |
@rmothukuru Sorry I did not respond. The comment above is a way to reproducing the issue at hand which is the package fails the integrity check because there's a modification after the wheel is built.
|
Re-opening this issue. We have verified this failure and plan to have a 0.14.1 release out soon that will address it. We will close this bug when that release is out. |
thanks a ton @caveness! this is blocking our adoption of TFDV at Twitter, so we're happy to help kick tires on a release candidate wheel binary if that would be useful before cutting to pypi - otherwise we'll keep an eye out for the next official release. |
@kwlzn 0.14.1 should be out within the next few days. |
It appears
TFDV==0.14.0
has a bad hash value and is failing the integrity check done by the resolver,pex
:Exception message: Bad hash for file 'tensorflow_data_validation/pywrap/_pywrap_tensorflow_data_validation.so'
.It has been reported (pypa/pip#4705) that pip does not check the file hashes for integrity but other resolvers such as Pex do which leads to failures. Thus, it appears there's some mutation after the wheel is built ?
Minimal Repo:
The text was updated successfully, but these errors were encountered: