Closed mjbvz closed 1 year ago
Actually seems to be crashing under non-conda environments now too. Not sure how to get it back into a working state
Example mypy log:
This seems to be because the import strategy is by default fromEnvironment
. It should have been useBundled
. The version of attrs
in conda was outdated and broke the server.
Verification steps:
Testing #20883
Bug The server repeatedly crashes and tells me it won't be restarted. Here are the