-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.11+: module 'asyncio' has no attribute 'coroutine' #1261
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Xref: #1247 The underlying |
It seems like the latest |
Thanks a lot for the news @firai |
@fcollonval Sorry, may I know some more details about how to fix this issue? I still have trouble with jupyterlab-git v0.50.0 & Python 3.11.6. Can I assume we should expect a newer jupyterlab-git to address this issue? Thanks. |
@bluechallenge could you check the pexpect version you are using? |
Thanks a lot @fcollonval. It works well now after upgrading pexpect from 4.8 to 4.9 via "pip install pexpect==4.9.0". |
Jupyterlab git extension uses the pexpect python module as a dependency. However, the extension only works properly with the latest version (4.9.0) of pexpect, together with python 3.11, which is the python version that is used by jupyterlab. This issue was reported in the repository of the git extension, on GitHub: jupyterlab/jupyterlab-git#1261
Jupyterlab git extension uses the pexpect python module as a dependency. However, the extension only works properly with the latest version (4.9.0) of pexpect, together with python 3.11, which is the python version that is used by jupyterlab. This issue was reported in the repository of the git extension, on GitHub: jupyterlab/jupyterlab-git#1261
Jupyterlab git extension uses the pexpect python module as a dependency. However, the extension only works properly with the latest version (4.9.0) of pexpect, together with python 3.11, which is the python version that is used by jupyterlab. This issue was reported in the repository of the git extension, on GitHub: jupyterlab/jupyterlab-git#1261
So anyone using jupyerlab git on conda environments is going to run into this issue because pexpect v 4.8.0 is the latest version available on anaconda.
|
Running with jupyter/scipy-notebook:python-3.11.3 and probably related to https://stackoverflow.com/questions/74345065/attributeerror-module-asyncio-has-no-attribute-coroutine-in-python-3-11
The text was updated successfully, but these errors were encountered: