문제는 설치하거나 다운로드 및 컬의 명령 실행, SSL 보안 채널 오류를 설치 PIP 파이썬 파일의 구현에서 발생합니다.

 

1. 오류를 설치 PIP

  싱글 해결 : 핍 설치 --upgrade 핍 --trusted 호스트 pypi.org --trusted 호스트 files.pythonhosted.org

  퍼머넌트 용액   [Net.ServicePointManager] :: SecurityProtocol = Net.SecurityProtocolType ] :: Tls12


참고 :

https://stackoverflow.com/questions/41618766/powershell-invoke-webrequest-fails-with-ssl-tls-secure-channel

2. () 파일을 엽니 다. 파일 형식

   

오픈 (와 ' key.txt ' = 코딩 " UTF-8 " , 모드 = ' R ' : F) 등
         을위한에서 F : 
            라인 = line.strip를 ( " \ n " ) .replace ( ' \ ufeff ' , '' )
             // xxxxx는

 

3. 비주얼 스튜디오 코드 탭 키보드 충돌

다음을합니다 추가 keybindings.json :

{"key": "tab", "command": "-acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible"},    
{"key": "tab", "command": "acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible && !inSnippetMode" },    

당신이 조각 모드에 있지 않으면 기존 규칙을 해제하는 첫 번째 줄, 두 번째 라인을 재 활성화합니다.

추천

출처www.cnblogs.com/mailaidedt/p/12109140.html