-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
Description
I'm trying to install zeep[xmlsec] on a windows system with Python 3.6. It results in the following,
Installing collected packages: xmlsec
Running setup.py install for xmlsec: started
Running setup.py install for xmlsec: finished with status 'error'
Complete output from command D:\home\python364x64\python.exe -u -c "import setuptools, tokenize;__file__='D:\\local\\Temp\\pip-install-l510dnt_\\xmlsec\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record D:\local\Temp\pip-record-p1y7cdcl\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
Retrieving "https://ci.appveyor.com/api/buildjobs/hij3a6776pdv2007/artifacts/libxml2-2.9.4.win64.zip" to "build/extra\libxml2-2.9.4.win64.zip"
error: HTTP Error 404: The specified blob does not exist.
----------------------------------------
to what I can tell, it looks like the libxml and xmlsec wheel files were hosted on appveyor, but they don't have them anymore. Can we please get them hosted again?
related install attempt,
D:\home\site\wwwroot>D:\home\python364x64\pip.bat install xmlsec
Collecting xmlsec
Using cached https://files.pythonhosted.org/packages/35/42/d7cd323c91d4706f3cc32ffe7d5f851ab8ef9898ccb350f6ba593dd8b89a/xmlsec-1.3.3.tar.gz
Requirement already satisfied: pkgconfig in d:\home\python364x64\lib\site-packages (from xmlsec)
Requirement already satisfied: lxml>=3.0 in d:\home\python364x64\lib\site-packages (from xmlsec)
Installing collected packages: xmlsec
Running setup.py install for xmlsec: started
Running setup.py install for xmlsec: finished with status 'error'
Complete output from command D:\home\python364x64\python.exe -u -c "import setuptools, tokenize;__file__='D:\\local\\Temp\\pip-build-_75yc_6u\\xmlsec\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record D:\local\Temp\pip-y7wv7xut-record\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
Retrieving "https://ci.appveyor.com/api/buildjobs/hij3a6776pdv2007/artifacts/libxml2-2.9.4.win64.zip" to "build/extra\libxml2-2.9.4.win64.zip"
error: HTTP Error 404: The specified blob does not exist.
----------------------------------------
Command "D:\home\python364x64\python.exe -u -c "import setuptools, tokenize;__file__='D:\\local\\Temp\\pip-build-_75yc_6u\\xmlsec\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record D:\local\Temp\pip-y7wv7xut-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in D:\local\Temp\pip-build-_75yc_6u\xmlsec\
You are using pip version 9.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
D:\home\site\wwwroot>