ELFCLASS64 error on 32bit builders |
||
Issue description32bit builders that run on 64bit CPUs install 64bit python packages and 32bit python cannot load them. Example: https://luci-milo.appspot.com/swarming/prod/2f698ffbe713e510/steps/python_tests/0/stdout This is a bug in pip, explained in https://codereview.chromium.org/2043213002/ latest pip has a fix. Latest virtualenv embeds version of pip that contains the fix. ---- new version of virtualenv tries to copy tcl/tk that we don't ship to our machines and it fails. Example: https://luci-milo.appspot.com/swarming/prod/2f464b3b144c7410/steps/gclient_runhooks/0/stdout currently waiting for virtualenv PR to be merged https://github.com/pypa/virtualenv/pull/931 alternatively https://github.com/pypa/virtualenv/pull/933 if that does not happen, we can vendor and modify virtualenv in https://codereview.chromium.org/2043213002/
,
Jun 14 2016
,
Jun 17 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by no...@chromium.org
, Jun 14 2016Status: Started (was: Untriaged)