Eu sou muito novo em Python e estou tentando > pip install linkchecker
no Windows 7. Algumas notas:
- A instalação do pip está falhando, não importa o pacote. Por exemplo,
> pip install scrapy
também resulta no erro SSL. - A instalação baunilha do Python 3.4.1 incluiu o pip 1.5.6. A primeira coisa que tentei fazer foi instalar o linkchecker. O Python 2.7 já estava instalado, veio com o ArcGIS.
python
epip
não estavam disponíveis na linha de comando até a instalação do 3.4.1. > pip search linkchecker
trabalho. Talvez seja porque a pesquisa por pip não verifica o certificado SSL do site.- Estou em uma rede da empresa, mas não passamos por um proxy para acessar a Internet.
- Cada computador da empresa (incluindo o meu) possui uma Autoridade de Certificação Raiz Confiável usada por vários motivos, incluindo a habilitação do monitoramento do tráfego TLS para https://google.com . Não tenho certeza se isso tem algo a ver com isso.
Aqui está o conteúdo do meu pip.log após a execução pip install linkchecker
:
Downloading/unpacking linkchecker
Getting page https://pypi.python.org/simple/linkchecker/
Could not fetch URL https://pypi.python.org/simple/linkchecker/: connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:598)
Will skip URL https://pypi.python.org/simple/linkchecker/ when looking for download links for linkchecker
Getting page https://pypi.python.org/simple/
Could not fetch URL https://pypi.python.org/simple/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/ (Caused by <class 'http.client.CannotSendRequest'>: Request-sent)
Will skip URL https://pypi.python.org/simple/ when looking for download links for linkchecker
Cannot fetch index base URL https://pypi.python.org/simple/
URLs to search for versions for linkchecker:
* https://pypi.python.org/simple/linkchecker/
Getting page https://pypi.python.org/simple/linkchecker/
Could not fetch URL https://pypi.python.org/simple/linkchecker/: connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:598)
Will skip URL https://pypi.python.org/simple/linkchecker/ when looking for download links for linkchecker
Could not find any downloads that satisfy the requirement linkchecker
Cleaning up...
Removing temporary dir C:\Users\jcook\AppData\Local\Temp\pip_build_jcook...
No distributions at all found for linkchecker
Exception information:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python34\lib\site-packages\pip\commands\install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\Python34\lib\site-packages\pip\req.py", line 1177, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "C:\Python34\lib\site-packages\pip\index.py", line 277, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
pip.exceptions.DistributionNotFound: No distributions at all found for linkchecker