René's URL Explorer Experiment


Title: pip install xmlsec fails on windows 11 with python 3.13.0 · Issue #335 · xmlsec/python-xmlsec · GitHub

Open Graph Title: pip install xmlsec fails on windows 11 with python 3.13.0 · Issue #335 · xmlsec/python-xmlsec

X Title: pip install xmlsec fails on windows 11 with python 3.13.0 · Issue #335 · xmlsec/python-xmlsec

Description: Apologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error: pip install xmlsec Defaulting to user installation because normal site-packages is not writ...

Open Graph Description: Apologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error: pip install xmlsec Defaulting to user installation ...

X Description: Apologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error: pip install xmlsec Defaulting to user i...

Opengraph URL: https://github.com/xmlsec/python-xmlsec/issues/335

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pip install xmlsec fails on windows 11 with python 3.13.0","articleBody":"Apologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error:\r\n\r\n```\r\npip install xmlsec\r\nDefaulting to user installation because normal site-packages is not writeable\r\nCollecting xmlsec\r\n  Using cached xmlsec-1.3.14.tar.gz (68 kB)\r\n  Installing build dependencies ... done\r\n  Getting requirements to build wheel ... done\r\n  Preparing metadata (pyproject.toml) ... done\r\nCollecting lxml\u003e=3.8 (from xmlsec)\r\n  Using cached lxml-5.3.0-cp313-cp313-win_amd64.whl.metadata (3.9 kB)\r\nUsing cached lxml-5.3.0-cp313-cp313-win_amd64.whl (3.8 MB)\r\nBuilding wheels for collected packages: xmlsec\r\n  Building wheel for xmlsec (pyproject.toml) ... error\r\n  error: subprocess-exited-with-error\r\n\r\n  × Building wheel for xmlsec (pyproject.toml) did not run successfully.\r\n  │ exit code: 1\r\n  ╰─\u003e [70 lines of output]\r\n      WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'\r\n      Traceback (most recent call last):\r\n        File \"C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\setuptools_scm\\_integration\\pyproject_reading.py\", line 36, in read_pyproject\r\n          section = defn.get(\"tool\", {})[tool_name]\r\n                    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^\r\n      KeyError: 'setuptools_scm'\r\n      running bdist_wheel\r\n      running build\r\n      running build_py\r\n      creating build\\lib.win-amd64-cpython-313\\xmlsec\r\n      copying src\\xmlsec\\constants.pyi -\u003e build\\lib.win-amd64-cpython-313\\xmlsec\r\n      copying src\\xmlsec\\template.pyi -\u003e build\\lib.win-amd64-cpython-313\\xmlsec\r\n      copying src\\xmlsec\\tree.pyi -\u003e build\\lib.win-amd64-cpython-313\\xmlsec\r\n      copying src\\xmlsec\\__init__.pyi -\u003e build\\lib.win-amd64-cpython-313\\xmlsec\r\n      copying src\\xmlsec\\py.typed -\u003e build\\lib.win-amd64-cpython-313\\xmlsec\r\n      running build_ext\r\n      starting static build on win32\r\n      Lib sources in:      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\libs\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/libxml2-2.11.7.win64.zip\" to \"libs\\libxml2-2.11.7.win64.zip\"\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/libxslt-1.1.37.win64.zip\" to \"libs\\libxslt-1.1.37.win64.zip\"\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/zlib-1.2.12.win64.zip\" to \"libs\\zlib-1.2.12.win64.zip\"\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/iconv-1.16-1.win64.zip\" to \"libs\\iconv-1.16-1.win64.zip\"\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/openssl-3.0.8.win64.zip\" to \"libs\\openssl-3.0.8.win64.zip\"\r\n      Retrieving \"https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2024.04.17/xmlsec-1.3.4.win64.zip\" to \"libs\\xmlsec-1.3.4.win64.zip\"\r\n      building 'xmlsec' extension\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\constants.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\constants.obj /Zi /Os\r\n      constants.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\ds.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\ds.obj /Zi /Os\r\n      ds.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\enc.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\enc.obj /Zi /Os\r\n      enc.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\enc.c(207): warning C4047: '=': 'PyXmlSec_LxmlElementPtr *' differs in levels of indirection from 'PyXmlSec_LxmlElementPtr'\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\exception.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\exception.obj /Zi /Os\r\n      exception.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\keys.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\keys.obj /Zi /Os\r\n      keys.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\lxml.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\lxml.obj /Zi /Os\r\n      lxml.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\main.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\main.obj /Zi /Os\r\n      main.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\template.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\template.obj /Zi /Os\r\n      template.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\tree.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\tree.obj /Zi /Os\r\n      tree.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe\" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_NO_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO_OPENSSL=1 -DUNICODE=1 -D_UNICODE=1 -DLIBXML_ICONV_ENABLED=1 -DLIBXML_STATIC=1 -DLIBXSLT_STATIC=1 -DXMLSEC_STATIC=1 -Dinline=__inline -DMODULE_NAME=xmlsec -DMODULE_VERSION=1.3.14 -DXMLSEC_CRYPTO=\\\"\\\\\\\"openssl\\\\\\\"\\\" -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\include -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\include\\xmlsec -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\extlibs -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libexslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxml -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\libxslt -IC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-build-env-u0xmnnde\\overlay\\Lib\\site-packages\\lxml\\includes\\__pycache__ \"-IC:\\Program Files\\Python313\\include\" \"-IC:\\Program Files\\Python313\\Include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\include\" \"-IC:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\VS\\include\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.22000.0\\ucrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\um\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\shared\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\winrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.22000.0\\\\cppwinrt\" \"-IC:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um\" /TcC:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\utils.c /Fo\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\utils.obj /Zi /Os\r\n      utils.c\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): warning C4005: 'LIBXML_ICONV_ENABLED': macro redefinition\r\n      C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\include\\libxml/xmlversion.h(274): note: 'LIBXML_ICONV_ENABLED' previously declared on the command line\r\n      \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\link.exe\" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\lib /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxml2-2.11.7.win64\\lib /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\libxslt-1.1.37.win64\\lib /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\openssl-3.0.8.win64\\lib /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\xmlsec-1.3.4.win64\\lib /LIBPATH:C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\zlib-1.2.12.win64\\lib \"/LIBPATH:C:\\Program Files\\Python313\\libs\" \"/LIBPATH:C:\\Program Files\\Python313\" \"/LIBPATH:C:\\Program Files\\Python313\\PCbuild\\amd64\" \"/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\ATLMFC\\lib\\x64\" \"/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.39.33519\\lib\\x64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\lib\\um\\x64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.22000.0\\ucrt\\x64\" \"/LIBPATH:C:\\Program Files (x86)\\Windows Kits\\10\\\\lib\\10.0.22000.0\\\\um\\x64\" libxmlsec_a.lib libxmlsec-openssl_a.lib libcrypto.lib iconv_a.lib libxslt_a.lib libexslt_a.lib libxml2_a.lib zlib.lib WS2_32.lib Advapi32.lib User32.lib Gdi32.lib Crypt32.lib /EXPORT:PyInit_xmlsec \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\constants.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\ds.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\enc.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\exception.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\keys.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\lxml.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\main.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\template.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\tree.obj \\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\utils.obj /OUT:build\\lib.win-amd64-cpython-313\\xmlsec.cp313-win_amd64.pyd /IMPLIB:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\xmlsec.cp313-win_amd64.lib\r\n      fatal error C1047: The object or library file 'C:\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\build\\tmp\\libs\\iconv-1.16-1.win64\\lib\\iconv_a.lib' was created by a different version of the compiler than other objects like '\\Users\\elvis\\AppData\\Local\\Temp\\pip-install-lq165azl\\xmlsec_6822b82d28e94a81907865b93bdb6aa5\\src\\constants.obj'; rebuild all objects and libraries with the same compiler\r\n      LINK : fatal error LNK1257: code generation failed\r\n      error: command 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\VC\\\\Tools\\\\MSVC\\\\14.39.33519\\\\bin\\\\HostX86\\\\x64\\\\link.exe' failed with exit code 1257\r\n      [end of output]\r\n\r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\n  ERROR: Failed building wheel for xmlsec\r\nFailed to build xmlsec\r\nERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (xmlsec)\r\n```","author":{"url":"https://github.com/elvisior","@type":"Person","name":"elvisior"},"datePublished":"2024-11-06T01:03:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/335/python-xmlsec/issues/335"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:54548995-5bd3-af60-3eb4-45c85957b5ce
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD484:E27E8:107CC0A:1693EF4:6969F3F6
html-safe-noncedc4bc15cf000cdc34d7cf46903a4e2e81e15914dacc8ea27045fd2973de33084
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDg0OkUyN0U4OjEwN0NDMEE6MTY5M0VGNDo2OTY5RjNGNiIsInZpc2l0b3JfaWQiOiI2MDQyNjAyOTE2NTc4NzE4NzExIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacde4d2af5b2004be89d339f4a154cc5f62aae30aa66a2d51fbbdfc2308c1f7a33
hovercard-subject-tagissue:2636801272
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/xmlsec/python-xmlsec/335/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f9ab84661fda669c09cc84a4d9a0d2b4232edbea488db95241d4b003cea818ed/xmlsec/python-xmlsec/issues/335
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f9ab84661fda669c09cc84a4d9a0d2b4232edbea488db95241d4b003cea818ed/xmlsec/python-xmlsec/issues/335
og:image:altApologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error: pip install xmlsec Defaulting to user installation ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameelvisior
hostnamegithub.com
expected-hostnamegithub.com
None7b32f1c7c4549428ee399213e8345494fc55b5637195d3fc5f493657579235e8
turbo-cache-controlno-preview
go-importgithub.com/xmlsec/python-xmlsec git https://github.com/xmlsec/python-xmlsec.git
octolytics-dimension-user_id111647685
octolytics-dimension-user_loginxmlsec
octolytics-dimension-repository_id27934955
octolytics-dimension-repository_nwoxmlsec/python-xmlsec
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27934955
octolytics-dimension-repository_network_root_nwoxmlsec/python-xmlsec
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebdde15ad1b403e23b08bbd89b53fbe6bdf688cad
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/xmlsec/python-xmlsec/issues/335#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F335
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F335
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=xmlsec%2Fpython-xmlsec
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/335
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/335
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/335
xmlsec https://github.com/xmlsec
python-xmlsechttps://github.com/xmlsec/python-xmlsec
Notifications https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Fork 105 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Star 104 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Code https://github.com/xmlsec/python-xmlsec
Issues 29 https://github.com/xmlsec/python-xmlsec/issues
Pull requests 3 https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects 0 https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/xmlsec/python-xmlsec/security
Please reload this pagehttps://github.com/xmlsec/python-xmlsec/issues/335
Insights https://github.com/xmlsec/python-xmlsec/pulse
Code https://github.com/xmlsec/python-xmlsec
Issues https://github.com/xmlsec/python-xmlsec/issues
Pull requests https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security https://github.com/xmlsec/python-xmlsec/security
Insights https://github.com/xmlsec/python-xmlsec/pulse
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/335
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/335
pip install xmlsec fails on windows 11 with python 3.13.0https://github.com/xmlsec/python-xmlsec/issues/335#top
https://github.com/elvisior
https://github.com/elvisior
elvisiorhttps://github.com/elvisior
on Nov 6, 2024https://github.com/xmlsec/python-xmlsec/issues/335#issue-2636801272
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.