pyrogram / tgcrypto

Fast and Portable Cryptography Extension Library for Pyrogram
https://pyrogram.org
GNU Lesser General Public License v3.0
175 stars 41 forks source link

Version 1.2.1 doesn't work with docker alpine image #12

Closed xiao-x-s closed 3 years ago

xiao-x-s commented 4 years ago

Using python:3.6-alpine image and getting the following behavior when attempting to install latest TgCrypto

pip install TgCrypto==1.2.1
ERROR: Could not find a version that satisfies the requirement TgCrypto==1.2.1 (from versions: 0.0.1b1, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.1, 1.2.0)
ERROR: No matching distribution found for TgCrypto==1.2.1

So I can only use TgCrypto 1.2.0 instead.

delivrance commented 3 years ago

Did you solve the issue? It looks like an old cache hit. Try with pip install -U tgcrypto --no-cache-dir.