You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up an otter grader file and uploaded it to gradescope, unfortunately no code is able to run because when run_otter.py is run it cant find the otter module
Use the "Debug via SSH" button below to debug this issue.
We did not receive any results for this submission.
The autograder produced the following output:
Traceback (most recent call last):
File "/autograder/source/run_otter.py", line 3, in
from otter.run.run_autograder import main as run_autograder
ModuleNotFoundError: No module named 'otter'
This is the exact error.
I tried to SSH as well and I manually installed otter to see if that would do the trick but to no avail.
The text was updated successfully, but these errors were encountered:
I set up an otter grader file and uploaded it to gradescope, unfortunately no code is able to run because when run_otter.py is run it cant find the otter module
The results uploaded to Gradescope were not formatted correctly. Please see
http://gradescope-autograders.readthedocs.io/en/latest/specs/#output-format
for more details.
Use the "Debug via SSH" button below to debug this issue.
We did not receive any results for this submission.
The autograder produced the following output:
Traceback (most recent call last):
File "/autograder/source/run_otter.py", line 3, in
from otter.run.run_autograder import main as run_autograder
ModuleNotFoundError: No module named 'otter'
This is the exact error.
I tried to SSH as well and I manually installed otter to see if that would do the trick but to no avail.
The text was updated successfully, but these errors were encountered: