VS code python environment to build, pylint command is not installed, handmade installation (to install other plug-ins to their needs), and finally loaded on

background:

Recently fiddle python, IDE using a VS code, but has not been good the whole environment.

Today VS Tip pylint not installed, I installed it on the point, what is this thing? Do not let it distract me. . . Install the decisive point

 

problem:

Not surprisingly, the results failed.

I repeated the test several times, or not, suggesting a closer look at it.

Probably, I reckon it should be is not the last piece of certificate authentication, https secure connection that did not make up, what specific reason?

Some said that the issue of a new version of python, I will follow the method, the abolition of security verification, futile, exactly the same results.

I prefer to be more questions, but I did not get to the bottom results.

Because my aim is to get pylint.

Zezheng it?

 

solution:

Only the manual says!

According to error, such as:

Could not fetch URL https://pypi.org/simple/mccabe/

Rom chant, chant not been downloaded, it does not work, I'll chant.

 

Solving steps :

1. Copy the browser to connect to manually open a connection, such as: https: //pypi.org/simple/mccabe/, as shown below:

2. Download the latest decisive .whl file (.gz should be able, tried gz wrapt, you can use pip install), placed after I downloaded pyhton install scripts directory of the file in the folder.

  I kid you not, in a lot. . . (What a command manually tiring ah!)

3. Under the directory to store these files, open cmd, with pip install.

   To file the above example, the command is: pip install mccabe-0.6.1-py2.py3-none-any.whl, and then press Enter.

 

4. Enter after two results, or success, or to prompt you open a connection, then you continue to replicate connection to the browser and download the latest file, install again.

5. pylint until all the conditions required to meet, and then install it! We will be successful! (Quite brutal and violent ....)

 

sharing resources:

Here are the connections I opened Tieshanglai, what documents need to be looking to connect, resource name is connected to the last word.

https://pypi.org/simple/pylint/

https://pypi.org/simple/isort/

https://pypi.org/simple/astroid/

https://pypi.tuna.tsinghua.edu.cn/simple/

https://pypi.org/simple/lazy-object-proxy/

https://pypi.org/simple/wrapt/

https://pypi.org/simple/colorama/

https://pypi.org/simple/mccabe/

还要插一句,大家电脑环境不一样,俺也不知道你们装了啥,缺了啥,需要啥,能帮上就看看,方法可以互相学习。

最后,把我的cmd过程贴上来。

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip3.8 install pylint-2.4.1-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.1-py3-none-any.whl
Collecting mccabe<0.7,>=0.6 (from pylint==2.4.1)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  Could not fetch URL https://pypi.org/simple/mccabe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mccabe/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement mccabe<0.7,>=0.6 (from pylint==2.4.1) (from versions: none)
ERROR: No matching distribution found for mccabe<0.7,>=0.6 (from pylint==2.4.1)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip3.8 install pylint
Collecting pylint
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/pylint/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  Could not fetch URL https://pypi.org/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement pylint (from versions: none)
ERROR: No matching distribution found for pylint
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint
Collecting pylint
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  Could not fetch URL https://pypi.org/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement pylint (from versions: none)
ERROR: No matching distribution found for pylint
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>> ssl._create_default_https_context = ssl._create_unverified_context
>>> exit
Use exit() or Ctrl-Z plus Return to exit
>>> exit()

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint
Collecting pylint
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/pylint/
  Could not fetch URL https://pypi.org/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement pylint (from versions: none)
ERROR: No matching distribution found for pylint
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>install pylint-2.4.4-py3-none-any.whl
'install' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pylint-2.4.4-py3-none-any.whl
系统无法执行指定的程序。

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint-2.4.4-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.4-py3-none-any.whl
Collecting isort<5,>=4.2.5 (from pylint==2.4.4)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/isort/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/isort/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/isort/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/isort/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/isort/
  Could not fetch URL https://pypi.org/simple/isort/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/isort/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement isort<5,>=4.2.5 (from pylint==2.4.4) (from versions: none)
ERROR: No matching distribution found for isort<5,>=4.2.5 (from pylint==2.4.4)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install isort-4.3.21-py2.py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\isort-4.3.21-py2.py3-none-any.whl
Installing collected packages: isort
Successfully installed isort-4.3.21
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint-2.4.4-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.4-py3-none-any.whl
Collecting astroid<2.4,>=2.3.0 (from pylint==2.4.4)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/astroid/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/astroid/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/astroid/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/astroid/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/astroid/
  Could not fetch URL https://pypi.org/simple/astroid/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/astroid/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement astroid<2.4,>=2.3.0 (from pylint==2.4.4) (from versions: none)
ERROR: No matching distribution found for astroid<2.4,>=2.3.0 (from pylint==2.4.4)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install astroid-2.3.3-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\astroid-2.3.3-py3-none-any.whl
Collecting lazy-object-proxy==1.4.* (from astroid==2.3.3)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/lazy-object-proxy/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/lazy-object-proxy/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/lazy-object-proxy/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/lazy-object-proxy/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/lazy-object-proxy/
  Could not fetch URL https://pypi.org/simple/lazy-object-proxy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/lazy-object-proxy/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement lazy-object-proxy==1.4.* (from astroid==2.3.3) (from versions: none)
ERROR: No matching distribution found for lazy-object-proxy==1.4.* (from astroid==2.3.3)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl
Installing collected packages: lazy-object-proxy
Successfully installed lazy-object-proxy-1.4.3
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install astroid-2.3.3-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\astroid-2.3.3-py3-none-any.whl
Collecting wrapt==1.11.* (from astroid==2.3.3)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/wrapt/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/wrapt/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/wrapt/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/wrapt/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/wrapt/
  Could not fetch URL https://pypi.org/simple/wrapt/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/wrapt/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement wrapt==1.11.* (from astroid==2.3.3) (from versions: none)
ERROR: No matching distribution found for wrapt==1.11.* (from astroid==2.3.3)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install wrapt-1.11.2.tar.gz
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\wrapt-1.11.2.tar.gz
Installing collected packages: wrapt
  Running setup.py install for wrapt ... done
Successfully installed wrapt-1.11.2
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install astroid-2.3.3-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\astroid-2.3.3-py3-none-any.whl
Requirement already satisfied: six~=1.12 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid==2.3.3) (1.13.0)
Requirement already satisfied: wrapt==1.11.* in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid==2.3.3) (1.11.2)
Requirement already satisfied: lazy-object-proxy==1.4.* in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid==2.3.3) (1.4.3)
Installing collected packages: astroid
Successfully installed astroid-2.3.3
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint-2.4.4-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.4-py3-none-any.whl
Collecting colorama; sys_platform == "win32" (from pylint==2.4.4)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/colorama/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/colorama/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/colorama/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/colorama/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/colorama/
  Could not fetch URL https://pypi.org/simple/colorama/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/colorama/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement colorama; sys_platform == "win32" (from pylint==2.4.4) (from versions: none)
ERROR: No matching distribution found for colorama; sys_platform == "win32" (from pylint==2.4.4)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install colorama-0.4.3-py2.py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\colorama-0.4.3-py2.py3-none-any.whl
Installing collected packages: colorama
Successfully installed colorama-0.4.3
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint-2.4.4-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.4-py3-none-any.whl
Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (0.4.3)
Requirement already satisfied: astroid<2.4,>=2.3.0 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (2.3.3)
Requirement already satisfied: isort<5,>=4.2.5 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (4.3.21)
Collecting mccabe<0.7,>=0.6 (from pylint==2.4.4)
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))': /simple/mccabe/
  Could not fetch URL https://pypi.org/simple/mccabe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mccabe/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
  ERROR: Could not find a version that satisfies the requirement mccabe<0.7,>=0.6 (from pylint==2.4.4) (from versions: none)
ERROR: No matching distribution found for mccabe<0.7,>=0.6 (from pylint==2.4.4)
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install mccabe-0.6.1-py2.py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\mccabe-0.6.1-py2.py3-none-any.whl
Installing collected packages: mccabe
Successfully installed mccabe-0.6.1
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>pip install pylint-2.4.4-py3-none-any.whl
Processing c:\users\lenovo\appdata\local\programs\python\python38\scripts\pylint-2.4.4-py3-none-any.whl
Requirement already satisfied: astroid<2.4,>=2.3.0 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (2.3.3)
Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (0.4.3)
Requirement already satisfied: mccabe<0.7,>=0.6 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (0.6.1)
Requirement already satisfied: isort<5,>=4.2.5 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from pylint==2.4.4) (4.3.21)
Requirement already satisfied: six~=1.12 in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid<2.4,>=2.3.0->pylint==2.4.4) (1.13.0)
Requirement already satisfied: lazy-object-proxy==1.4.* in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid<2.4,>=2.3.0->pylint==2.4.4) (1.4.3)
Requirement already satisfied: wrapt==1.11.* in c:\users\lenovo\appdata\local\programs\python\python38\lib\site-packages (from astroid<2.4,>=2.3.0->pylint==2.4.4) (1.11.2)
Installing collected packages: pylint
Successfully installed pylint-2.4.4
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\lenovo\AppData\Local\Programs\Python\Python38\Scripts>

 

发布了11 篇原创文章 · 获赞 9 · 访问量 677

Guess you like

Origin blog.csdn.net/yimuta9538/article/details/103631586