We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I've got an error when trying to launch conda or pip with BerryConda installed on this docker image on Raspberry Pi:
qemu: uncaught target signal 4 (Illegal instruction) - core dumped Illegal instruction
What is it related to and how could I avoid this?
error context:
./Berryconda3-2.0.0-Linux-armv7l.sh -u -b -p $CONDA_DIR PREFIX=/opt/conda installing: python-3.6.1-0 ... Python 3.6.1 installing: asn1crypto-0.22.0-py36_0 ... installing: ca-certificates-2017.4.17-0 ... installing: certifi-2017.4.17-py36_0 ... installing: cffi-1.10.0-py36_0 ... installing: chardet-3.0.4-py36_0 ... installing: conda-4.3.22-py36_0 ... installing: conda-env-2.6.0-0 ... installing: cryptography-1.9-py36_0 ... installing: idna-2.5-py36_0 ... installing: libffi-3.2.1-0 ... installing: ncurses-5.9-0 ... installing: openssl-1.0.2l-0 ... installing: packaging-16.8-py36_0 ... installing: pip-9.0.1-py36_0 ... installing: pycosat-0.6.1-py36_0 ... installing: pycparser-2.17-py36_0 ... installing: pyopenssl-16.2.0-py36_0 ... installing: pyparsing-2.2.0-py36_0 ... installing: readline-6.3-0 ... installing: requests-2.18.1-py36_0 ... installing: ruamel_yaml-0.11.14-py36_0 ... installing: setuptools-36.0.1-py36_0 ... installing: six-1.10.0-py36_0 ... installing: sqlite-3.15.0-0 ... installing: tk-8.6.6-0 ... installing: urllib3-1.21.1-py36_0 ... installing: wheel-0.29.0-py36_0 ... installing: xz-5.2.2-0 ... installing: yaml-0.1.6-0 ... installing: zlib-1.2.11-0 ... installation finished. /opt/conda/bin# ./conda qemu: uncaught target signal 4 (Illegal instruction) - core dumped Illegal instruction /opt/conda/bin# ./python3.6 Python 3.6.1 | packaged by rpi | (default, Apr 20 2017, 19:35:19) [GCC 4.9.2] on linux import pip qemu: uncaught target signal 4 (Illegal instruction) - core dumped Illegal instruction
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I've got an error when trying to launch conda or pip with BerryConda installed on this docker image on Raspberry Pi:
What is it related to and how could I avoid this?
error context:
The text was updated successfully, but these errors were encountered: