我需要安装python包xmlsec(https://pypi.python.org/pypi/xmlsec)并且当我尝试运行时pipinstallxmlsec它给了我这个错误:src\xmlsec\constants.c(266):fatalerrorC1083:Cannotopenincludefile:'libxml/xmlversion.h':Nosuchfileordirectory当我第一次研究这个错误时,我发现了很多与安装的lxml包有关的答案。尝试后:pipinstall--upgradelxml它无法升级,所以我卸载了lxml并重新安装,但出现了IO错误。最后我从ht