python - Pip install Scrapy giving an error on Windows -
i trying install scrapy. giving me error code 1. can me this.
command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\define~1\\appdata\\local\\temp\\pip-build-mycaf8\\lxml\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\define~1\appdata\local\temp\pip-8n6sxr-record\install-record.txt --single-version-externally-managed --compile" failed error code 1 in c:\users\define~1\appdata\local\temp\pip-build-mycaf8\lxml
unfortunately, installing scrapy on windows little bit complicated.
you have follow guide: how install scrapy in 64-bit windows 7
Comments
Post a Comment