[issue42275] Jupyter Lab Terminals not available (error was No module named 'winpty.cywinpty')

shakir_juolay report at bugs.python.org
Fri Nov 6 15:33:38 EST 2020


shakir_juolay <shakir_juolay at yahoo.com> added the comment:

I do not think the issue is related to Jupyter since even import winpty in Python IDLE is giving the same error.

I resolved the issue by doing the following but I do not know which of them is the main culprit.

1. Downgraded to Python 3.8.5 (pywinpty currently does not have cp39 version wheel file)

2. pip install wheel (since when I trying to pip install pywinpty in Python 3.9.0 I was getting the message package 'wheel' is not installed using setup.py instead, and as I understand .whl files are better options for installation, and some folks on Google have resolved this issue using manual wheel files from Christoph Gohlke's PythonLibs)

3. pip install jupyterlab (I noticed pywinpty was installed using .whl file)

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42275>
_______________________________________


More information about the Python-bugs-list mailing list