RIDE
RIDE copied to clipboard
Suggest to install missing imports.
Like the import spec suggestion when a failed import is detected, we should first try to pip search <library> and if exist in PyPi, then propose to run or at least show the command to install the library.
-
pip searchhas limitations, consider using HTTP call with Requests