kubeflow / community

Information about the Kubeflow community including proposals and governance information.
Apache License 2.0
160 stars 220 forks source link

AttributeError: module 'asyncio' has no attribute 'coroutine' #698

Closed maisam94 closed 9 months ago

maisam94 commented 9 months ago

Hey, I am using jupyterlab on EKS, used image kubeflownotebookswg/jupyter-tensorflow-cuda-full After installation, I am clone the repository from GitHub with authentication.

I get an error:

Traceback (most recent call last): File "/opt/conda/lib/python3.11/site-packages/jupyterlab_git/git.py", line 175, in execute code, output, error = await call_subprocess_with_authentication( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/lib/python3.11/site-packages/jupyterlab_git/git.py", line 119, in call_subprocess_withauthentication i = await p.expect(["Username for .: ", "Password for .:"], async=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/lib/python3.11/site-packages/pexpect/spawnbase.py", line 343, in expect return self.expect_list(compiled_pattern_list, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/conda/lib/python3.11/site-packages/pexpect/spawnbase.py", line 369, in expect_list from ._async import expect_async File "/opt/conda/lib/python3.11/site-packages/pexpect/_async.py", line 7, in @asyncio.coroutine ^^^^^^^^^^^^^^^^^ AttributeError: module 'asyncio' has no attribute 'coroutine'

How can fix it, and can we clone from GitHub?

Thanks

thesuperzapper commented 9 months ago

@maisam94 please do not use the community repo for issues.

Please raise this in the kubeflow/kubeflow repo.

/close

google-oss-prow[bot] commented 9 months ago

@thesuperzapper: Closing this issue.

In response to [this](https://github.com/kubeflow/community/issues/698#issuecomment-1932868555): >@maisam94 please do not use the community repo for issues. > >Please raise this in the `kubeflow/kubeflow` repo. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.