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

Wheels for Python 3.10 #25

Closed dashezup closed 2 years ago

dashezup commented 2 years ago

Python 3.10.0 was released on 2021-10-04, it's the current stable release of Python.

When I was installing tgcrypto on Windows, I got the error, and then realized that it's because there is no wheel for Python 3.10 yet. and installing the dependencies requires Visual Studio Installer which is too heavy for me. For now I've workaround it by switching to Python 3.9.7

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads