## 🐛 Bug The [Getting Started](https://colab.research.google.com/github/facebookresearch/CompilerGym/blob/stable/examples/getting-started.ipynb) notebook now fails on the first cell: <img width="1124" alt="cummins-mbp 2023-04-20 at 09 38 54" src="https://user-images.githubusercontent.com/1636663/233432000-0176e07f-764f-4388-aae8-0514a5eb0a1e.png"> ```py !pip install compiler_gym==0.2.0 import compiler_gym print("done") # okay ``` ```py !pip install compiler_gym==0.2.1 import compiler_gym print("done") # crashes ``` ## To Reproduce Run first cell in [this notebook](https://colab.research.google.com/github/facebookresearch/CompilerGym/blob/stable/examples/getting-started.ipynb).