Open
Bug 1926140
Opened 12 days ago
Updated 1 day ago
ModuleNotFoundError: No module named 'pipes' with python@3.13 with PEP594
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: ngrato, Unassigned)
References
(Blocks 2 open bugs)
Details
ModuleNotFoundError: No module named 'pipes'
./mach python --version
Python 3.13.0
Comment 1•12 days ago
•
|
||
pep594 https://docs.python.org/3/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library
pipes: Use the subprocess module instead.
telnetlib, Use the telnetlib3 or Exscript libraries from PyPI instead.
Summary: ModuleNotFoundError: No module named 'pipes' → ModuleNotFoundError: No module named 'pipes' with python@3.13 with PEP594
Updated•11 days ago
|
Blocks: python3.13
You need to log in
before you can comment on or make changes to this bug.
Description
•