ospaceteam / outerspace

Outer Space is turn-base 4X multiplayer on-line strategy game.
GNU General Public License v2.0
20 stars 10 forks source link

Bug outerspace.py calling install of python.game w/ Pip.Main() #274

Open temuchin- opened 5 years ago

temuchin- commented 5 years ago

pip.main() fails to be called do we name it to pip._internal.main() <as per 10.0.0 pip release>?

Also noticed that pygame failed to install when using an older pip version (was too busy to log the error.)

Recommend testing an install / making an install script.

If the latter route is taken, will need to separate the code & create a side script that checks to see if pip (and which version) is installed, then check to see if pygame is installed.

temuchin- commented 5 years ago

https://github.com/pypa/pip/issues/5080 adding this in quick and dirty, for reference purposes.

dahaic commented 5 years ago

Thank you for the report @temuchin- . Due to family and professional matters, I have been inactive lately. I should catch up during December.