Python PIPインストールでTypeErrorがスローされます:-=: 'Retry'および 'int'のサポートされていないオペランドタイプ
pip installpython 2.7.11+を搭載したUbuntu 16.04システムでモジュールを使用すると、次のエラーがスローされます。 TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' ピップの何が問題になっていますか?必要に応じて、どうすれば再インストールできますか? 更新:完全なトレースバックは以下のとおりです sunny@sunny:~$ pip install requests Collecting requests Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run wb.build(autobuilding=True) File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build …