python - Error while installing Scrapy: path not specified -


i found out scrapy great library scraping tried install scrapy on machine, when tried pip install scrapy installed while , threw me error..

error: microsoft visual c++ 14.0 required. "microsoft visual c++ build tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 

and

error: microsoft visual c++ 14.0 required. "microsoft visual c++ build tools": http://landinghub.visualstudio.com/visual-cpp-build-tools      ---------------------------------------- command "d:\pycharmprojects\environments\scrapyenv\scripts\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\user\\appdata\\local\\temp\\pip-build-arbeqlly\\twisted\\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\user\appdata\local\temp\pip-jdj93131-record\install-record.txt --single-version-externally-managed --compile --install-headers d:\pycharmprojects\environments\scrapyenv\include\site\python3.5\twisted" failed error code 1 in c:\users\user\appdata\local\temp\pip-build-arbeqlly\twisted\ 

so after went this website , installed tools python..

but getting @ end of installing:

warning: no previously-included files matching '*.misc' found under directory 'src\twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src\twisted' warning: no previously-included files matching '*.doc' found under directory 'src\twisted' warning: no previously-included files matching '*.feature' found under directory 'src\twisted' warning: no previously-included files matching '*.removal' found under directory 'src\twisted' warning: no previously-included files matching 'news' found under directory 'src\twisted' warning: no previously-included files matching 'readme' found under directory 'src\twisted' warning: no previously-included files matching 'topfiles' found under directory 'src\twisted' warning: no previously-included files found matching 'src\twisted\topfiles\credits' warning: no previously-included files found matching 'src\twisted\topfiles\changelog.old' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'appveyor.yml' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.travis' warning: no previously-included files found matching 'docs\historic\2003' warning: no previously-included files matching '*' found under directory 'docs\historic\2003' error: setup script exited error: [winerror 3] system cannot find path specified: 'c:\\program files\\microsoft visual studio\\2017\\buildtools\\vc\\tools\\msvc\\14.10.25017\\platformsdk\\lib' 

any help?

scrapy docs recommend using conda windows installation:

https://doc.scrapy.org/en/latest/intro/install.html#windows


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -