ion-g-ion
Results
1
issues of
ion-g-ion
Calling model.solve() on Linux (Ubuntu 22.04) returns `FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/ccx -i "holder"'` emerging from the `subprocess.run()` call from model.py. Adding the argument `subprocess.run(..., shell=True)`...