2016-11-28 4 views
0

私はPythonで新人だが、scrapyをインストールしようとするが、ここでのPython 3.5.2がエラーコード1 OSで失敗しました:Win10

Failed building wheel for lxml

がここにフルMSG何のpythonリターンです。

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\

StackOverflowにはいくつかの解決策がありますが、試しましたがまだ動作しません。

は、ここで私は

-m pip install wheel 

成功をしようとしたものだが、任意の違いはありません。

-m pip install twisted 

失敗、ここではPythonの復帰に失敗しました

error: Unable to find vcvarsall.bat

Failed building wheel for twisted

-m pip install python3-dev 

が、ここで私はアイデアが不足していリターン

Could not find a version that satisfies the requirement python3-dev (from versions:) No matching distribution found for python3-dev

は何だ、親切に、事前に感謝を支援してください。

+0

を確認...? 'pip'は' apt-get'ではありません –

+0

うん、私はWin10を使用していますが、おそらく私は誤解しています。 –

+0

lxmlへの回答http://stackoverflow.com/questions/33027034/how-to-install-lxml-in-python-3-4-on-windows-machine – corn3lius

答えて

1

From the scrapy website

私はあなたのpython 3とscrapyの成功を持っているつもりだと思ういけません。

Python 3 is not supported on Windows. This is because Scrapy core requirement Twisted does not support Python 3 on Windows.

関連する問題