Dhruv Srikanth
Dhruv Srikanth
Following up on this since it would be helpful to merge for others facing basic dependency issues such as the ones this fix solves. Happy to elaborate as well. @hawkinsp...
Following up on this.
Hi @RerRayne, Its what I needed to install to get it working. There were some dependencies missing previously from requirements.txt. That being said I see that the dependencies have since...
Got the same error. Making `unsafe_execute` a global function in `execution.py` worked for me (MacOS, Python 3.10.0): ```python from typing import List def unsafe_execute(program: str, timeout: float, result: List[str]) ->...