2017-04-14 11 views
-1

私は自分のマシンにscrapyをインストールしようとしたので、すばらしいツールのスクラップが見つかりましたが、やろうとしたときにpip install scrapyがインストールされ、このエラー..Scrapyエラーをインストール中にエラーが発生しました:Microsoft Visual C++ 14.0が必要です

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 

は、私は、仮想環境にインストールしようとしたが、それでも問題が解消されません。

EDIT:ここ が..私は、エラーの後に得たもの

error: Microsoft Visual C++ 14.0 is required. Get it with "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 with error code 1 in C:\Users\User\AppData\Local\Temp\pip-build-arbeqlly\Twisted\ 

任意のヘルプですか?

+3

からツールをインストールすることで問題を解決しましたか? – eLRuLL

+0

はい、私はしましたが、問題は、治療とビジュアルスタジオの関係が何であるかです。 –

+0

私は、治療がスピードのために基礎となるC/C++ライブラリを使用していると仮定します。私は車輪を介してインストールした場合、Windowsはあらかじめパッケージ化されていると思っていたが、誤解を招く可能性があった。 (また、http://stackoverflow.com/questions/32350375/error-code-1-installing-scrapy#32419233にはMacユーザーにとって同様の問題があります) – Foon

答えて

2

私はあなたが提案したURLを訪問してみましたhere

2

but the question is what does scrapy has to do with visual studio

一部のPythonモジュールでは、ビルドするにはC/C++コンパイラが必要です。そのため、Visual Studioが必要です。 Scrapy Installation Guideから引用

some binary packages that Scrapy depends on (like Twisted, lxml and pyOpenSSL) require a compiler available to install, and fail if you don’t have Visual Studio installed.

+0

しかし、私が 'lxml'をしたとき、これは問題ではなかった –

関連する問題