best-nightfall-7221
12/11/2019, 8:56 PMpython_requirements_library
and getting this. Whats the best way to debug it?
Exception message: Package SourcePackage(u'file:///aiq/build/.pants.d/python-setup/resolved_requirements/CPython-2.7.6/mysqlclient-1.4.6.tar.gz') is not translateable by ChainedTranslator(WheelTranslator, EggTranslator, SourceTranslator)
-ldebug
doesnt tell me much. I do have a build cache but disabled it, and python-repos
is only pointing to a local dir with only that wheel. And this works fine:
pip wheel --no-cache-dir mysqlclient==1.4.6 --wheel-dir=./
pip install ./mysqlclient-xxx-none-linux.whl
I'm on ubuntu14 and ub18 and noticed in one case, it builds a none
wheel, in another case it builds cp27mu
. But fails to pants1.7 binary :mypex
in both cases.happy-kitchen-89482
12/12/2019, 1:49 AMbest-nightfall-7221
12/12/2019, 3:11 AM-ldebug
get passed on to each various goal?