問題は、Pythonのファイルピップの実装をインストールまたはダウンロードし、curlコマンドの実行、SSLセキュリティチャネルエラーをインストールする際に遭遇する場合。

 

1.エラーをインストールするPIP

  シングル解決: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. Visual Studioのコードタブキーボードの競合

に以下を追加しますkeybindings.json :

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

あなたが断片モードに設定されていない限り、既存のルールを無効にするには、最初の行、2番目のライン、それを再度有効にします。

おすすめ

転載: www.cnblogs.com/mailaidedt/p/12109140.html
おすすめ