Jestem bardzo nowy w Pythonie i staram się > pip install linkchecker
na Windows 7. Kilka notatek:
- instalacja pip kończy się niepowodzeniem bez względu na pakiet. Na przykład
> pip install scrapy
powoduje również błąd SSL. - Waniliowa instalacja Python 3.4.1 zawiera pip 1.5.6. Pierwszą rzeczą, którą próbowałem zrobić, to zainstalować linkchecker. Python 2.7 został już zainstalowany, przyszedł z ArcGIS.
python
ipip
nie były dostępne z wiersza poleceń, dopóki nie zainstalowałem 3.4.1. > pip search linkchecker
Pracuje. Być może dzieje się tak, ponieważ wyszukiwanie pip nie weryfikuje certyfikatu SSL witryny.- Jestem w sieci firmowej, ale nie przechodzimy przez serwer proxy, aby uzyskać dostęp do Internetu.
- Każdy komputer firmowy (w tym mój) ma Zaufany główny urząd certyfikacji, który jest wykorzystywany z różnych powodów, w tym umożliwiając monitorowanie ruchu TLS na https://google.com . Nie jestem pewien, czy to ma z tym coś wspólnego.
Oto zawartość mojego pip.log po uruchomieniu 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