Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.4.0
-
Linux
-
Reviewed
Description
The latest version of pip has deprecated its support for python 2.7 - pip install on Python 2 fails with SyntaxError: sys.stderr.write(f"ERROR: {exc}") · Issue #9500 · pypa/pip (github.com)
We encounter the following error while building Hadoop -
11:24:56 [0m[91mTraceback (most recent call last): 11:24:56 File "get-pip.py", line 24226, in <module> 11:24:56 [0m[91m main() 11:24:56 File "get-pip.py", line 199, in main 11:24:56 bootstrap(tmpdir=tmpdir) 11:24:56 File "get-pip.py", line 82, in bootstrap 11:24:56 from pip._internal.cli.main import main as pip_entry_point 11:24:56 File "/tmp/tmpDXDtcP/pip.zip/pip/_internal/cli/main.py", line 60 11:24:56 sys.stderr.write(f"ERROR: {exc}") 11:24:56 ^ 11:24:56 SyntaxError: invalid syntax
Link : https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2567/16/consoleFull
Attachments
Issue Links
- relates to
-
HADOOP-17465 Update Dockerfile to use Focal
- Resolved
- links to