You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build redis_dump_load-1.1-py2-none-any.whl fail while building marvell-arm64. Please see the full log below.
I realized that redis has removed support for end-of-life Python 2.7 redis/redis-py#1318 since v4.0.0b1. Somehow setuptool acquired redis 4.0.0rc1 while performing python2 setup.py test and trigger the error.
…fail (#14375)
#### Why I did it
Fixes#9216
#### How I did it
Add support for python2 redis to the sonic-slave-stretch and sonic-slave-buster Dockerfiles
#### How to verify it
Run build steps documented in Issue #9216
lixiaoyuner
pushed a commit
to lixiaoyuner/sonic-buildimage
that referenced
this issue
Feb 6, 2024
Description
Build redis_dump_load-1.1-py2-none-any.whl fail while building marvell-arm64. Please see the full log below.
I realized that redis has removed support for end-of-life Python 2.7 redis/redis-py#1318 since v4.0.0b1. Somehow setuptool acquired redis 4.0.0rc1 while performing
python2 setup.py test
and trigger the error.CHANGE SUGGESTION:
RUN pip2 install redis
as well to make it fetch workable redis for python2.Steps to reproduce the issue:
Instruction from Marvell
Describe the results you received:
Full build log:
build_redis_dump_load_fail.txt
The text was updated successfully, but these errors were encountered: