Cannot install pygame in Pycharm
I had the same issue, and ended up going into cmd and doing pip install pycharm
, and then going by into pycharm > settings > project > project interpreter
, and swapping the interpreter from the virtual to my python install location. All my already installed stuff showed up in the list, and I could install other things without a problem.