hal9 icon indicating copy to clipboard operation
hal9 copied to clipboard

[Python] No error returned when package installed

Open javierluraschi opened this issue 3 years ago • 0 comments

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

javierluraschi avatar Oct 12 '22 22:10 javierluraschi