hal9
hal9 copied to clipboard
[Python] No error returned when package installed
If a package is not installed, say pandas, when the server initializes it fails but it doesn't return a proper error to Rust which means that the client can't parse it properly to show this error to the user. Instead we get a "Can't parse JSON error".
To reproduce this, do something like:
import notapackage
import hal9 as h9