-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheel building fails on Python 3.12 stable #37
Comments
same problem on python 12 , 8 versions |
I am having the same issue, any solutions so far? |
Are you added path to MSVC binaries to PATH environment variable? |
With 3.11.6 i no need to add nothin on path so i think it's not environment problem or configuration problem |
guys, I had the same problem with Python 3.12 and even tried to upgrade the pip version but it didn't work Then I installed Microsoft C++ Build Tools and it's finally working! (you can find it here: https://visualstudio.microsoft.com/visual-cpp-build-tools/ )
I hope I could help! |
The above worked for me. Thank you @amirzib ! |
If anyone need, I uploaded the wheel for 3.12 in : https://raw.githubusercontent.com/Tapanhaz/My_Builds/main/TgCrypto-1.2.5-cp312-cp312-win_amd64.whl |
If someone want i rebuilt wheel and published under package name mtprotocrypt, install it instead of tgcrypto to support all OS from 3.9.x to 3.12.x |
wow thanks broooooo! <3 youre save me |
Unable to install on Python 3.12, missing pre-built wheel for this version, Visual Studio 2022 and vcredist are installed on the PC so the problem is on TgCrypto
The text was updated successfully, but these errors were encountered: