New submission from Floating Sunfish <sunfishsc...@gmail.com>:
`coverage` does not work in Python 3.9.6 (but it does in Python 3.9.5).

It doesn't seem bundled with 3.9.6 because you can install it with `pip` (which 
normally says that it's already installed and doesn't install anything).

Note that `coverage.exe` and its variants are all present in 
"C:\Python39\Scripts."

The error I get is:

    Fatal error in launcher: Unable to create process using 
'"c:\python39\python.exe" "C:\Python39\Scripts\coverage.exe" run --source=. -m 
unittest -f ': The system cannot find the file specified.

----------
messages: 396811
nosy: sunfishscans
priority: normal
severity: normal
status: open
title: Python 3.9.6 Can't Find `coverage`
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44542>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to