[ https://issues.apache.org/jira/browse/HADOOP-17246?focusedWorklogId=482666&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-482666
]
ASF GitHub Bot logged work on HADOOP-17246:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/20 20:11
Start Date: 12/Sep/20 20:11
Worklog Time Spent: 10m
Work Description: jiwq commented on pull request #2277:
URL: https://github.com/apache/hadoop/pull/2277#issuecomment-691344055
> In my environment (CentOS 7.8), isort 4.3.21 is installed in the docker image.
>
> ```
> Collecting isort>=4.2.5 (from pylint==1.9.2)
> Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl
(42kB)
> ```
@aajisaka Thanks for your review. I get, should we specific the version of astroid? I
found `Pylint requires astroid and isort package (the later the better).` in https://pypi.org/project/pylint/1.9.2/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 482666)
Time Spent: 1h 40m (was: 1.5h)
> Fix build the hadoop-build Docker image failed
> ----------------------------------------------
>
> Key: HADOOP-17246
> URL: https://issues.apache.org/jira/browse/HADOOP-17246
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Wanqiang Ji
> Assignee: Wanqiang Ji
> Priority: Major
> Labels: dockerfile, pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> When I build the docker-build image under macOS, it failed caused by:
> {code:java}
> ----------------------------------------
> Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vKHcWu/isort/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record
/tmp/pip-odL0bY-record/install-record.txt --single-version-externally-managed --compile" failed
with error code 1 in /tmp/pip-build-vKHcWu/isort/
> You are using pip version 8.1.1, however version 20.2.2 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> The command '/bin/bash -o pipefail -c pip2 install configparser==4.0.2 pylint==1.9.2'
returned a non-zero code: 1
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|