openedx / edx-proctoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a version that satisfies the requirement path==13.1.0

raghumuppa opened this issue · comments

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 :

pip install -qr requirements/dev.txt --exists-action w
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement path.py==12.4.0 (from -r requirements/dev.txt (line 32)) (from versions: 2.2.2, 2.3, 2.4, 2.4.1, 2.5, 2.6, 2.6.1, 3.0, 3.0.1, 3.1, 3.2, 4.0, 4.1, 4.2, 4.3, 4.4, 5.0, 5.1, 5.2, 5.3, 6.0, 6.1, 6.2, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.6.1, 7.6.2, 7.7, 7.7.1, 8.1, 8.1.1, 8.1.2, 8.2, 8.2.1, 8.3, 9.0, 9.0.1, 9.1, 10.0, 10.1, 10.2, 10.3, 10.3.1, 10.4, 10.5, 10.6, 11.0, 11.0.1, 11.1.0, 11.2.0, 11.3.0, 11.4.0, 11.4.1, 11.5.0, 11.5.1, 11.5.2)
ERROR: No matching distribution found for path.py==12.4.0 (from -r requirements/dev.txt (line 32))
Makefile:43: recipe for target 'requirements' failed
make: *** [requirements] 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.

pip install -qr requirements/dev.txt --exists-action w
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Could not find a version that satisfies the requirement path==13.1.0 (from -r requirements/dev.txt (line 33)) (from versions: none)
ERROR: No matching distribution found for path==13.1.0 (from -r requirements/dev.txt (line 33))
Makefile:43: recipe for target 'requirements' failed
make: *** [requirements] Error 1 

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.

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.