2016-04-25 4 views
0

ich Anaconda installiert installiert installiert werden (Python 3.5) und ich wollte scrapy installieren, aber ich weiß nicht, warum es nichtScrapy kann nicht auf Microsoft Windows 10 mit Conda

Arbeits

Eingabebefehle:

D:\Anaconda\Scripts>conda install -c scrapinghub scrapy 
D:\Anaconda\Scripts>conda install scrapy 
D:\Anaconda\Scripts>conda install -c https://conda.anaconda.org/anaconda scrapy 

Ausgang:

The following specifications were found to be in conflict: 
    - cffi (target=cffi-1.5.2-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - conda -> conda-env 
    - conda -> menuinst 
    - conda -> pycosat 
    - conda -> python 2.7* 
    - conda -> pyyaml 
    - conda -> requests 
    - conda-env (target=conda-env-2.4.5-py35_0.tar.bz2) -> python 2.7*|3.3*|3.4*|3.5* 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> cffi 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> idna 2.0|2.1 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> openssl 1.0.2g 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> pyasn1 0.1.7|0.1.8|0.1.9 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*| 
3.5* 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> setuptools 
    - cryptography (target=cryptography-1.3-py35_0.tar.bz2) -> six 
    - idna (target=idna-2.0-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - lxml (target=lxml-3.6.0-py35_0.tar.bz2) -> python 2.6*|2.7* 
    - menuinst (target=menuinst-1.3.2-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - nose (target=nose-1.3.7-py35_0.tar.bz2) -> python 2.6*|2.7* 
    - pip (target=pip-8.1.1-py35_1.tar.bz2) -> python 2.7* 
    - pip (target=pip-8.1.1-py35_1.tar.bz2) -> wheel 
    - pyasn1 (target=pyasn1-0.1.9-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - pycosat (target=pycosat-0.6.1-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - pycparser (target=pycparser-2.14-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - pyopenssl (target=pyopenssl-0.15.1-py35_2.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5 
* 
    - python 3.5* 
    - pyyaml (target=pyyaml-3.11-py35_3.tar.bz2) -> python 2.7* 
    - requests (target=requests-2.9.1-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - scrapy -> lxml 
    - scrapy -> pyopenssl 0.14|0.15.1 
    - scrapy -> python 2.6*|2.7* 
    - scrapy -> setuptools 
    - scrapy -> six 
    - setuptools (target=setuptools-20.3-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5 
* 
    - six (target=six-1.10.0-py35_0.tar.bz2) -> python 2.6*|2.7*|3.3*|3.4*|3.5* 
    - wheel (target=wheel-0.29.0-py35_0.tar.bz2) -> python 2.7*|3.3*|3.4*|3.5* 
Use "conda info <package>" to see the dependencies for each package. 

Bitte lassen Sie mich wissen, was ich tun kann scrapy installieren mit py3.5

Danke!

Antwort

0

ich dieses Problem bei Temperaturen unter Code gelöst haben (ich herunterladen eine whl Datei Scripts dir in scrapy Web Scrapy-1.1.0rc3-py2.py3-none-any.whl):

D:\Anaconda\Scripts>pip install Scrapy-1.1.0rc3-py2.py3-none-any.whl 
+0

'Conda Installation scrapy = 1.1.0rc3' sollte auch –

+0

arbeiten ich Ihr code aber hava a error'Error: Paket fehlt in aktuellen Win-64-Kanälen: - scrapy 1.1.0rc3 * 'Das heißt, dass scrapy win10-64bit nicht unterstützt? – cutd

+0

Mein schlechtes. Kannst du versuchen, 'conda install -c scrapinghub scrapy = 1.1.0rc3'? d. h. Spezifizierung des "scrapinghub" -Kanals –

Verwandte Themen