This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients paul.moore, pletnes, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-11-09.00:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573257647.62.0.859145631745.issue38734@roundup.psfhosted.org>
In-reply-to
Content
['crash' means something like Windows 'your program has quit running' box.]

Do other Windows Store 'apps' run from bash? (Or from Command Prompt or Power Shell?)

For an immediate solution, install Python normally, as a command-line program, with the python.org Windows installer.

Terry@Tejarex MINGW64 ~
$ python
Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()

Terry@Tejarex MINGW64 ~
$ py
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()

Terry@Tejarex MINGW64 ~
$ py -m idlelib
[IDLE 3.8 shell runs]

You should then be able to run 'py -x.y pip install ...' to install to python x.y.

Steve, can and will you make store python runnable under bash or should this be closed?
History
Date User Action Args
2019-11-09 00:00:47terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, pletnes
2019-11-09 00:00:47terry.reedysetmessageid: <1573257647.62.0.859145631745.issue38734@roundup.psfhosted.org>
2019-11-09 00:00:47terry.reedylinkissue38734 messages
2019-11-09 00:00:47terry.reedycreate