Skip to content

CompilerGym > 0.2.0 no longer installs through pip #796

@ChrisCummins

Description

@ChrisCummins

🐛 Bug

The Getting Started notebook now fails on the first cell:

cummins-mbp 2023-04-20 at 09 38 54

!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.

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions