Open m-iwanicki opened 1 week ago
To work around that, additional to fixes in #597 you have to create a virtual environment with older version of python that still supports telnetlib:
sudo dnf install python3.12
virtualenv --python=/usr/bin/python3.12 venv
source venv/bin/activate
pip install -r requirements.txt
Device
-
RTE version
-
OSFV version
develop
Affected component(s) or functionality
No response
Brief summary
pip install -r requirements.txt
ends in errorHow reproducible
100%
How to reproduce
Expected behavior
Successful installation of dependencies
Actual behavior
Failure
Link to screenshots or logs
Additional context
Upgrading pip to version 24.3.1 didn't help.
Solutions you've tried
Updating failing dependencies: https://github.com/Dasharo/open-source-firmware-validation/pull/597