Ошибка при установке pyTelegramBotAPI через termux: проблема с SSL сертификатом
Делаю телеграм бота, для скачивания telegram api через termux ввел pip install pyTelegramBotAPI
. Выдает ошибку
Could not fetch URL https://pypi.org/simple/pytelegrambotapi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pytelegrambotapi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement pyTelegramBotAPI (from versions: none)
ERROR: No matching distribution found for pyTelegramBotAPI
Компилятор pydroid 3, ибо сейчас на телефоне. Что делать?