🐛 Bug
The Getting Started notebook now fails on the first cell:

!pip install compiler_gym==0.2.0
import compiler_gym
print("done")
# okay
!pip install compiler_gym==0.2.1
import compiler_gym
print("done")
# crashes
To Reproduce
Run first cell in this notebook.