gradescope / gradescope-utils

Python package for building Gradescope autograders
https://gradescope-utils.readthedocs.io/en/latest/
MIT License
34 stars 25 forks source link

Error no such file or directory #12

Closed AIkr7 closed 4 years ago

AIkr7 commented 4 years ago

Hi, I tried to run python setup.sh and I got this : Could not open requirements file: [Errno 2] No such file or directory: '/autograder/source/requirements.txt'

any ideas?

ibrahima commented 4 years ago

If you are using setup.sh from the sample Python autograder code, you would need a requirements.txt file to install your Python dependencies. However, this does not seem to have anything to do with this package - can you email us at help@gradescope.com with further details and we can try to help you there? Thanks!