pip install scrapy
#1
error: command 'cl.exe' failed: No such file or directory
#2
C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt\corecrt.h(10): fatal error C1083: 포함 파일을 열 수 없습니다. 'vcruntime.h': No such file or directory
-> Visual Studio 2017 설치.
#3
Could not find a version that satisfies the requirement win32api (from versions: )
-> pip install pypiwin32
https://stackoverflow.com/questions/41724445/python-pip-on-windows-command-cl-exe-failed
'Web_Application > python' 카테고리의 다른 글
simple string format (0) | 2019.06.29 |
---|---|
[python][mssql] query module, example (0) | 2019.05.16 |
[python][ubuntu] scrapy install error - setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 (0) | 2019.04.23 |
[python] excel 시트간 데이터 비교 후 서식으로 차이 표시 (0) | 2019.04.16 |
[python] json 파일 읽기 (0) | 2019.04.09 |