I am trying to install Let’s Encrypt with the letsencrypt-auto file:
./letsencrypt-auto
But I am getting the output:
Updating letsencrypt and virtual environment dependencies.....Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-D2TaBP/cffi
I’m sure I’m doing something wrong, but I can’t figure it out. Do I need to install any more requirements? I have installed python-setuptools using both apt-get and pip.
I am running Debian 8.0 jessie on a Raspberry Pi v2.
Verbose output:
Complete output from command python setup.py egg_info:
arm-linux-gnueabihf-gcc: internal compiler error: Illegal instruction (program as)
Please submit a full bug report, with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.9/README.Bugs for instructions.
arm-linux-gnueabihf-gcc: internal compiler error: Illegal instruction (program as)
Please submit a full bug report, with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.9/README.Bugs for instructions.
No working compiler found, or bogus compiler options passed to the compiler from Python's distutils module.
See the error messages above. (If they are about -mno-fused-madd and you are on OS/X 10.8, see http://stackoverflow.com/questions/22313407/ .)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ve5RmD/cffi
Updating letsencrypt and virtual environment dependencies…/root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
./root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-v6rbJ0/ConfigArgParse
I have narrowed the problem down to the installation of CFFI. pip install cffi
Returns:
Collecting cffi
Using cached cffi-1.3.0.tar.gz
Complete output from command python setup.py egg_info:
arm-linux-gnueabihf-gcc: internal compiler error: Illegal instruction (program as)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
arm-linux-gnueabihf-gcc: internal compiler error: Illegal instruction (program as)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
No working compiler found, or bogus compiler options
passed to the compiler from Python's distutils module.
See the error messages above.
(If they are about -mno-fused-madd and you are on OS/X 10.8,
see http://stackoverflow.com/questions/22313407/ .)
----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-YuJUia/cffi