Hello, has anyone ever come across this error: ```...
# general
t
Hello, has anyone ever come across this error:
Copy code
Exception caught: (<class 'wheel.install.BadWheelFile'>)
Exception message: Bad hash for file ...
when executing ./pants binary ?
e
Apparently yes: https://github.com/pantsbuild/pants/issues/4886 What version of pants are you using? It might be good to note you too have encountered the issue and include
./pants --version
and the result of your binary command, but adding in the
--print-exception-stacktrace
flag; ie:
./pants --print-exception-stacktrace binary ...
t
I don’t have the full output now(will add it later though), but I’m using 1.10.0.dev4. The package that is throwing the error, just released a new version a few hours ago on pypi and that’s when the error started to occur…
w
@enough-analyst-54434: ftr: twitter's repo is 100% working with
--no-fast
, and the way we already do CI means it has no performance impact. i think we'd probably be in favor of making it the default
i haven't actually shipped it to see what else it would break, but.
(code coverage reports maybe?)
t
was in error of the package itself. Thanks guys