-
Notifications
You must be signed in to change notification settings - Fork 771
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
EMFILE: too many open files #936
Comments
Same issue here |
VSCode Insiders updated and that seems to have fixed it. I'm seeing many
in the Python Language Server output when I first open VSCode but after that it seems to be working. |
Now, after a while, analysis seems stuck and I'm getting
Sorry for the piecemeal report. |
Experiencing the same (macOS, Python 3.8) |
Same (macOS 10.15.7, anaconda python3.8) when import heartpy (via pip) |
Same here. Said too many open files when I opened any .py files including a django project or simple .py file. |
Sorry about this; I'll look into this in the morning. For now, you can downgrade Pylance in the extension menu. If anyone has trace logs, those would be helpful as well. |
@jakebailey here are some of mine
|
I downgrade from the latest version to the previous version. Now it works again |
How can I install the previous version without installing this new one? I had to uninstall everything just to find out it was pylance. |
If you mean disabling auto-updates, there's |
We've just published 2021.2.2, which reverts the change we applied to fix #923 but clearly caused issues. Let us know if the issue persists. |
Environment data
Expected behaviour
No errors.
Actual behaviour
I'm seeing this error when I open a Python file
and neither completion nor type linting works correctly. Doesn't seem to happen with 2021.2.0
The text was updated successfully, but these errors were encountered: