Hello everyone,
Has anyone managed to run OR-Tools for Python with coderunner?
I installed it in the jobe sandbox.
Running directly in the container, it's ok, but running from the moodle plugin, it gives an error:
Ex:
from ortools.linear_solver import pywaplp
Test | Expected | Got | |
---|---|---|---|
print (sqr(-5)) | 25 | ***Error*** Traceback (most recent call last): File "__tester__.python3", line 1, in <module> from ortools.linear_solver import pywaplp ModuleNotFoundError: No module named 'ortools' |
Thanks,