現象
Pythonを入れなおした際、Pycharmでpipしようとすると以下のエラー。
AttributeError: module 'pip' has no attribute 'main'
cmdからは問題なく実行できる。
日本語の記事が見つからなかったので備忘録がてら。
環境
Python: 3.6.5
pip: 10.0.1
Pycharm 2017.3.3
対応
pipの9→10のバージョンアップでモジュールの構成が変わったことによる不具合っぽい。
Pycharmのバージョンを最新版にupdateしたらすんなり解決。
参考
PIP module has no attribute “main”
Pycharm Virenv AttributeError: module 'pip' has no attribute 'main' occured!