-
Notifications
You must be signed in to change notification settings - Fork 100
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
I can't install xmlsec on Windows 10 #88
Comments
There is a problems with pushing new version to pypi, as a workarround you can download latest version from github. https://github.com/mehcode/python-xmlsec/releases/tag/1.3.5 @mehcode could you please check: travis fails with error
|
Hi @bgaifullin, I am also not able to install it on Mac or Centos. This is the error i am getting.
I have downloaded the source from and tried to |
@Jyotir-Parmar can you try to build with vebose mode, to get more information about error. |
@bgaifullin here is the full error log `Collecting xmlsec
|
/tmp/pip-build-98_8l9kh/xmlsec/src/platform.h:16:20: fatal error: Python.h: No such file or directory the problem is here? you need to add directory with python header files into headers search path, I am not familiar with windows and do not know how to do this. As alternative you can use pre-built binaries with are attached to repository. https://github.com/mehcode/python-xmlsec/releases/tag/1.3.5 |
Maybe someone with more knowledge about xmlsec can provide more detail about my response but here is what I have found. @bgaifullin provided .whls above which are for python 2.7 and 3.6 which tells me there's no xmlsec for python 3.7? which the user stated they are using. I was also using python 3.7 and when after I downloaded the .whl and did pip install .whl I got something like "this whl is not supported for this platform" meaning not suitable for 3.7, I believe. I was just starting the project with boilerplate code so I switched to 3.6, downloaded the .whl, pip installed it and it downloaded successfully. |
yeah. I'm also facing the same issue, available binaries are supported till python 3.6 only. |
any plan/ timeline to write a version for python 3.7? |
Duplicate of #98 |
A new version 1.3.7 was released today. One of the notable changes includes pushing prebuilt wheels for Windows on PyPI, so the issue with building Windows wheels locally should be resolved. Install as usual: pip install xmlsec Should you experience any issues with prebuilt wheels on Windows, please don't hesitate to open a new issue. |
I am trying to install xmlsec for Python3-SAML in Windows 10 .
I am using Python3.7.0
SAML2.4.0
The text was updated successfully, but these errors were encountered: