Skip to content

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

@raghumuppa

Description

@raghumuppa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions