-
Notifications
You must be signed in to change notification settings - Fork 135
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
[Bug]: Async_generator not in package list #464
Comments
Haven't found a solution but found some more info that might be relevant to why it is not working.
|
Does appear to work for Python 3.7
Which version of Python are you trying to use? The default for jupyenv is Looking at this issue, it appears that async_generators might be deprecated soon and isn't recommended for Python version 3.7 and greater. Are you trying to run some code on an older version of Python? If so, you'll probably have to pull in an older version of nixpkgs because the older version currently available is 3.7. |
I only noticed this issue on a couple packages I was using notably Another package I noticed it on was jupyterlab-lsp, but as far as I know, lsp servers don't currently work right? |
Current Behavior
Any package that depends on
async_generator
cannot be installed. They return some form of the following error:When trying to install async-generator itself, I get:
This is weird, because async_generator is definitely in nixpkgs as can be shown by
nix shell nixpkgs#python3Packages.async_generator
Expected Behavior
packages should be installed in the kernel.
Steps To Reproduce
Use this kernel with the example flake:
Or, try this kernel
OS
Version
0.1.0
Additional Context
I get the same error whether I use poetry or nixpkgs.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: