I'm rookie in python, try to install scrapy but here's what python return
Failed building wheel for lxml
here's the full msg.
Command "C:\Users\sande\AppData\Local\Programs\Python\Python35-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\sande\AppData\Local\Temp\pip-build-fisxcup_\lxml\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\sande\AppData\Local\Temp\pip-qzhtmsde-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\sande\AppData\Local\Temp\pip-build-fisxcup_\lxml\
There's few solution on StackOverflow, tried but still not work.
Here's what I tried
-m pip install wheel
success, but doesn't make any difference.
-m pip install twisted
Fail, here's what python return
error: Unable to find vcvarsall.bat
Failed building wheel for twisted
-m pip install python3-dev
Failed, here's the return
Could not find a version that satisfies the requirement python3-dev (from versions: ) No matching distribution found for python3-dev
I'm running out of idea, please kindly assist, thanks in advance.