pipがTypeErrorをスローします:新しいパッケージをインストールしようとすると、parse()が予期しないキーワード引数 'transport_encoding'を受け取りました
Anaconda3の最新バージョンを使用しています。インストールしたばかりで、いくつかのパッケージをダウンロードしようとしています。アナコンダプロンプトを使用しています。pipを使用して(既存のパッケージのアップグレードを含む)何かをしようとすると、次のトレースバックが表示されます。 Exception: Traceback (most recent call last): File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=True) File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\req\req_set.py", line 487, in _prepare_file req_to_install, finder) File "C:\Users\csprock\Anaconda3\lib\site-packages\pip\req\req_set.py", line 428, …