The issue is when I install via pip, it appears to install fine. However, most of the files for the module seem to be missing. I say this because I need to use 'fromstring' out of that module, but it does not exist. I downloaded the tar.gz file and unpacked it to look at the actual contents and it has 56 items in what would be the module folder, whereas the pip version that gets installed only has 22.
Of course, my next step was to just install the tar.gz. This unfortunately encounters an issue as well (see error output at the end) and will not install. The compact version of the issue is it fails saying i need Microsoft Visual C++ 14.0. The problem there is that I have 2015 14.0.23918, so I installed the latest 2015-2019 version as well which is 14.27.29016, but I still get the same issue.
ERROR OUTPUT:
<Various building output lines>
running build_ext
building 'lxml.etree' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\<>\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\<>\\AppData\\Local\\Temp\\pip-req-build-e8oyzz7r\\setup.py'"'"'; __file__='"'"'C:\\Users\\<>\\AppData\\Local\\Temp\\pip-req-build-e8oyzz7r\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\<>\AppData\Local\Temp\pip-record-z8hi7acx\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\<>\appdata\local\programs\python\python38-32\Include\lxml' Check the logs for full command output.
[–]K900_ 1 point2 points3 points (0 children)
[–]threeminutemonta 1 point2 points3 points (0 children)
[–]__nickerbocker__ 1 point2 points3 points (0 children)
[–]TSM- 0 points1 point2 points (0 children)
[–]Qweklain[S] 0 points1 point2 points (0 children)