You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing the command I am getting below error
C:\Users\j\AppData\Local\Programs\Python\Python312\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
Compile failed: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
creating Users\j\AppData\Local\Temp
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -I/usr/include/libxml2 "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /TcC:\Users\j\AppData\Local\Temp\xmlXPathInit5wzjv4p3.c /FoUsers\j\AppData\Local\Temp\xmlXPathInit5wzjv4p3.obj
xmlXPathInit5wzjv4p3.c
C:\Users\j\AppData\Local\Temp\xmlXPathInit5wzjv4p3.c(1): fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lxml
Failed to build lxml
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (lxml)
C:\Users\j\Downloads\JDproxygenerator-main>python -m pip install --upgrade path/to/lxml.whl
WARNING: Requirement 'path/to/lxml.whl' looks like a filename, but the file does not exist
ERROR: lxml.whl is not a valid wheel filename.
C:\Users\j\Downloads\JDproxygenerator-main>python -m pip install --upgrade path/to/lxml.whl
WARNING: Requirement 'path/to/lxml.whl' looks like a filename, but the file does not exist
ERROR: lxml.whl is not a valid wheel filename.
Like with the earlier mentioned error.
i am in the right folder main
The text was updated successfully, but these errors were encountered:
While executing the command I am getting below error
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lxml
Failed to build lxml
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (lxml)
C:\Users\j\Downloads\JDproxygenerator-main>python -m pip install --upgrade path/to/lxml.whl
WARNING: Requirement 'path/to/lxml.whl' looks like a filename, but the file does not exist
ERROR: lxml.whl is not a valid wheel filename.
C:\Users\j\Downloads\JDproxygenerator-main>python -m pip install --upgrade path/to/lxml.whl
WARNING: Requirement 'path/to/lxml.whl' looks like a filename, but the file does not exist
ERROR: lxml.whl is not a valid wheel filename.
Like with the earlier mentioned error.
i am in the right folder main
The text was updated successfully, but these errors were encountered: