Does not work on !x86 architectures
Bug #1781905 reported by
Marcin Juszkiewicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LOCI |
New
|
Undecided
|
Unassigned |
Bug Description
During image build 'scripts/
At Linaro we plan to use LOCI on aarch64 (arm64) platform. So '--binary-only' switch would need to be handled some way. Probably adding if/else check to make sure that on non-x86 we install all required packages to build Python modules and to remove them after build of those.
To post a comment you must log in.
+ /opt/loci/ scripts/ pip_install. sh cryptography pymysql python-memcached uwsgi 'cryptography pymysql python-memcached uwsgi' upper-constrain ts.txt --find-links /tmp/wheels/ cryptography pymysql python-memcached uwsgi ==2.2.2 (from -c /tmp/wheels/ upper-constrain ts.txt (line 162)) ==2.2.2 (from -c /tmp/wheels/ upper-constrain ts.txt (line 162)) (from versions: ) ==2.2.2 (from -c /tmp/wheels/ upper-constrain ts.txt (line 162)) scripts/ install. sh' returned a non-zero code: 1
+ packages=
+ pip install --no-cache-dir --only-binary :all: --no-compile -c /tmp/wheels/
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.4"' don't match your environment
Ignoring pyldap: markers 'python_version == "3.5"' don't match your environment
Looking in links: /tmp/wheels/
Collecting cryptography=
Could not find a version that satisfies the requirement cryptography=
No matching distribution found for cryptography=
The command '/bin/sh -c /opt/loci/