08-31-2017, 10:39 PM
**Update**
I was able to get pygame to successfully install tonight. First I updated pip. Oddly tis would only complete using sudo. Just using the pip command woud have it claim it was up to date and then immediately tell me I should update.
Then I was able to install pygame.
Best I can tell the system did not like installing with a straight pip command and required sudo for this.
Now to try and get PyQt.
I was able to get pygame to successfully install tonight. First I updated pip. Oddly tis would only complete using sudo. Just using the pip command woud have it claim it was up to date and then immediately tell me I should update.
Code:
sudo -H pip install --upgrade pip
Then I was able to install pygame.
Code:
sudo -H pip install pygame
Best I can tell the system did not like installing with a straight pip command and required sudo for this.
Now to try and get PyQt.