Open raghumuppa opened 4 years ago
I have installed finally by updating pip to latest version 3.5 but after running the command make test-all i'm getting the error
INFO:i18n.validate:No problems found in /opt/proctor/edx-proctoring/edx_proctoring/locale/de_DE/LC_MESSAGES/djangojs.po Makefile:102: recipe for target 'validate_translations' failed make: *** [validate_translations] Error 1 ERROR: InvocationError for command /usr/bin/make validate_translations (exited with code 2) __________________________________________________________________________________________ summary __________________________________________________________________________________________ ERROR: py35-django22-drf310: commands failed ERROR: py35-django22-drflatest: commands failed ERROR: py38-django22-drf310: InvocationError for command /opt/proctor/venv/edx-proctoring/bin/python -m virtualenv --no-download --python /usr/bin/python3.8 py38-django22-drf310 (exited with code 1) ERROR: py38-django22-drflatest: InvocationError for command /opt/proctor/venv/edx-proctoring/bin/python -m virtualenv --no-download --python /usr/bin/python3.8 py38-django22-drflatest (exited with code 1) ERROR: py38-django30-drf310: InvocationError for command /opt/proctor/venv/edx-proctoring/bin/python -m virtualenv --no-download --python /usr/bin/python3.8 py38-django30-drf310 (exited with code 1) ERROR: py38-django30-drflatest: InvocationError for command /opt/proctor/venv/edx-proctoring/bin/python -m virtualenv --no-download --python /usr/bin/python3.8 py38-django30-drflatest (exited with code 1) ERROR: docs: commands failed quality: commands succeeded version_check: commands succeeded ERROR: pii_check: commands failed ERROR: translations: commands failed Makefile:77: recipe for target 'test-all' failed make: *** [test-all] Error 1
and also please let me know how to integrate edx-proctor with edx-server.
Hi
When i was trying to install edx-proctor module on edx server i'm get below errors.
This is what i did
step-1 mkvirtualenv edx-proctoring step-2 cd edx-proctoring step-3 make install
Error-1 :
After replacing the package at requirements/dev.txt i dont see these kind of errors but i got diff error this time i.e No matching distribution found for path==13.1.0.
Actually i have installed edx-proctor by disabling path==13.1.0 at requirements/dev.txt, but after installation i'm getting errors during "make test-all" so i have started installing edx-proctor again from scratch
could you plz help out from this.
and also please let me know where it has to be installed on the same edx-server..? or it need separate server..! and how to integrate edx-server and edx-proctor.