-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem/Opportunity
Unable to pick python raft version 1.7.0. Seeing below error :
Collecting decorator==5.1.1 (from -r raft/requirements.txt (line 18))
Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
ERROR: Ignored the following yanked versions: 0.3
ERROR: Ignored the following versions that require a different python version: 8.2.2 Requires-Python >=3.11; 8.2.2.1 Requires-Python >=3.11; 8.2.2.2 Requires-Python >=3.11
ERROR: Could not find a version that satisfies the requirement defusedxml==3.13.1 (from versions: 0.4, 0.4.1, 0.5.0rc1, 0.5.0, 0.6.0rc1, 0.6.0, 0.7.0rc1, 0.7.0rc2, 0.7.0, 0.7.1, 0.8.0rc1, 0.8.0rc2)
ERROR: No matching distribution found for defusedxml==3.13.1
Steps to reproduce
Clone python raft
do ./install.sh , source ./activate_venv/sh, ./install.sh
Expected Behavior
All dependencies from requirements.txt must get installed.
Actual Behavior
Getting pip install error.
pip upgraded within the virtual environment.
git clone git@github.com:rdkcentral/python_raft.git @ 1.7.0 in ./raft
install_pip_requirements( /home/user/temp/toby/L4-vendor_smoke_tests/raft/requirements.txt ):
ERROR: process_and_update_sha(): pip install failed.
Notes (Optional)
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working