Skip to content
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

Binary version for python 3.11 #245

Closed
gevezex opened this issue Dec 7, 2022 · 11 comments
Closed

Binary version for python 3.11 #245

gevezex opened this issue Dec 7, 2022 · 11 comments

Comments

@gevezex
Copy link

gevezex commented Dec 7, 2022

Will there be coming a binary version coming soon for python 3.11? For my enterprise install we depending on this version. I don;t want to install c++ tools for our windows server 2019.

@PhillZitt
Copy link

Yes, please add wheels for python 3.11.

@kostasmarkakis
Copy link

FYI your library is the only obstacle to update our model to python 3.11, please add 3.11 support !!

@eljeffeg
Copy link

eljeffeg commented Aug 2, 2023

@hoefling Can we get a status on this? Looks like @danielvlla and @tdivis have PR that will fix this issue. Please update 🙏

@eljeffeg
Copy link

@tdivis can you or @hoefling commit one of the PR and push up a new build to pypi that supports python 3.11? 3.10 images have security vulnerabilities and this package is preventing an easy upgrade. I rather not point to a fork and build manually or alternatively remove the dependency entirely. Seems like an easy fix. Thanks and appreciate your time and effort to keep the project active.

@charleslstone
Copy link

Thanks for your work on this project. Here's another vote for python 3.11 support.

@ThiefMaster
Copy link

I'd also love to see Python 3.11 and soon 3.12 wheels...

@CyDefender
Copy link

@D3X, @PhilipGarnero I noticed you approved a PR. Do you have the ability to merge some of these requests. @hoefling seems busy on other things at the moment so it could use additional managers to lead.

@D3X
Copy link

D3X commented Oct 4, 2023

@D3X, @PhilipGarnero I noticed you approved a PR. Do you have the ability to merge some of these requests. @hoefling seems busy on other things at the moment so it could use additional managers to lead.

Unfortunately, I don't have permission to merge and I also don't have enough experience with this project to take over management (or even help with it). Wish I could be more useful...

@Ribeiro-Breno
Copy link

How's this issue?

@cfoq
Copy link

cfoq commented Mar 6, 2024

I am unable to install xmlsec on python 3.11 running on Windows 10 (64 bit). Will there be a pre-built wheel for this configuration soon?

I tried "pip install xmlsec" which as of today is xmlsec==1.3.13. There are no wheels for python 3.11 on pypi.org so pip tries to compile it and fails with this error:
fatal error C1047: The object or library file 'C:\Users\myuserid\venv\xmlsectemp\python-xmlsec\build\tmp\libs\iconv-1.14.win64\lib\iconv_a.lib' was created with an older compiler than other objects; rebuild old objects and libraries
LINK : fatal error LNK1257: code generation failed
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe' failed with exit code 1257

I also tried cloning the repo and building from source and that failed with the same error. So, I'm hoping that either cp311 whl distributions can be created or even if the issue with iconv_a.lib can be fixed so I can build from source.

Thanks!!

@mxamin
Copy link
Collaborator

mxamin commented Apr 18, 2024

In the latest release (1.3.14) we also build linux and macos builds but I didn't upload them to pypi because of new xmllib2 version check (see #316), but still you can download them manually from release notes https://github.com/xmlsec/python-xmlsec/releases/tag/1.3.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests