Tôi rất mới với Python và đang thử > pip install linkchecker
trên Windows 7. Một số lưu ý:
- cài đặt pip không thành công cho dù gói. Ví dụ,
> pip install scrapy
cũng dẫn đến lỗi SSL. - Cài đặt Vanilla của Python 3.4.1 bao gồm pip 1.5.6. Điều đầu tiên tôi cố gắng làm là cài đặt linkchecker. Python 2.7 đã được cài đặt, nó đi kèm với ArcGIS.
python
vàpip
không có sẵn từ dòng lệnh cho đến khi tôi cài đặt 3.4.1. > pip search linkchecker
làm. Có lẽ đó là do tìm kiếm pip không xác minh chứng chỉ SSL của trang web.- Tôi đang ở trong một mạng công ty nhưng chúng tôi không thông qua proxy để truy cập Internet.
- Mỗi máy tính của công ty (bao gồm cả máy tính của tôi) có Cơ quan cấp chứng chỉ gốc đáng tin cậy được sử dụng vì nhiều lý do bao gồm cho phép theo dõi lưu lượng TLS đến https://google.com . Không chắc chắn nếu có bất cứ điều gì để làm với nó.
Dưới đây là nội dung của pip.log của tôi sau khi chạy 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