shakir_juolay <shakir_juo...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to