Closed reza-ghazi closed 1 year ago
I am preparing a final release of gmpy2 2.1.3 which will provide binary wheels for Linux, MacOS, and Windows.
That's good if it can support python 3.11. I am waiting to see your result.
@casevh, 2.1.3 has binary wheels only for Windows on the CPython 3.11.
@skirpichev Argh! Let's see if I can get those built and added to the existing release files.
@skirpichev What's the trick to creating 3.11 builds?
@cavesh, Thank you for the suggestion. I installed cibuildwheel
, and after that, I could install gmpy2
without any problem. So, the issue has been solved.
Thank you again.
Usually,
gmpy2
installs in different versions of Python as a charm, but this time has problem if I want to install it inPython 3.11
. I know you didn't mention this version inpypi.org
, but please check the following, and maybe you can fix that.Thank you,
This is the installation process in
Ubuntu 22.04
:And here is the installation process in Windows 10