Skip to content
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

Error 'coroutine' object is not subscriptable when using jupyter-fs==0.4.0 with jupytext #179

Open
mwouts opened this issue Nov 3, 2023 · 4 comments

Comments

@mwouts
Copy link

mwouts commented Nov 3, 2023

With the recent release of jupyter-fs==0.4.0 two tests in jupytext started failing with the error 'coroutine' object is not subscriptable.

Apparently the issue is when Jupytext tries to load a configuration file using the contents manager:
https://github.com/mwouts/jupytext/actions/runs/6731638986/job/18296993244#step:8:453

Let me know if you see what could be the cause for this. Thanks

See also mwouts/jupytext#1150

@timkpaine
Copy link
Collaborator

timkpaine commented Nov 3, 2023

@mwouts
Copy link
Author

mwouts commented Nov 3, 2023

I see, thanks for the confirmation.

What happens is that I am not sure when I will be able to make Jupytext compatible with async contents managers - the impact on the code and test collection is very significant, and I've not seen much demand for that yet. I will let mwouts/jupytext#1150 open until I can do something but that might take a while. Thanks

@timkpaine
Copy link
Collaborator

I can probably provide a sync contents manager, we don’t make any async calls yet

@mwouts
Copy link
Author

mwouts commented Nov 4, 2023

Oh yes that would be very helpful indeed! That's probably the most easy way to restore the compatibility between our two projects. Happy to give it a try when you have a dev version ready. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants