Python guarantees that globals whose name begins with a single underscore are deleted from their module before other globals are deleted; if no other references to such globals exist, this may help in ...
Using the install script from this repo's README.md (CUDA 10, python 3.6), I was able to successfully install BlazingSQL v0.11 on P-100 instance in Google Colab (after installing RAPIDS AI v0.11, ...