Не удается загрузить библиотеку для Python в Linux
Здравствуйте, форумчане!
Столкнулся со следующей проблемой: я хочу установить библиотеку Telegram API для своего Линукса (Mint 19.3, 32-bit), но во время установки через pip сталкиваются со следующей ошибкой:
'''
#include <openssl/opensslv.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read https://cryptography.io/en/latest/installation.html for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq.html
=============================DEBUG ASSISTANCE=============================
error: command 'i686-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command «/usr/bin/python -u -c «import setuptools, tokenize;file=‘/tmp/pip-build-_p3GoU/cryptography/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))» install –record /tmp/pip-BOaIjG-record/install-record.txt –single-version-externally-managed –compile –user –prefix=» failed with error code 1 in /tmp/pip-build-_p3GoU/cryptography/ Ошибка сегментирования (стек памяти сброшен на диск)
'''
На этом установка ломается. Что произошло с процессом?