Colab was sending some blank execution requests, which caused the PackageInstallException to trigger when you try to install packages. We previously worked around it by commenting out the PackageInstallException.
This PR fixes it more properly by ignoring blank execution requests.
Colab was sending some blank execution requests, which caused the
PackageInstallException
to trigger when you try to install packages. We previously worked around it by commenting out thePackageInstallException
.This PR fixes it more properly by ignoring blank execution requests.