View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017393 | CentOS-8 | dnf | public | 2020-05-25 10:29 | 2020-05-25 10:33 |
Reporter | efflam.lemaillet | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | CentOS | OS Version | 8 |
Product Version | 8.1.1911 | ||||
Summary | 0017393: Installing python36 on CentOS-8.1.1911-x86_64 comes with a broken pip package | ||||
Description | Installing python3 comes with pip packages ```sudo -H -E /usr/bin/dnf -y install python3 Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 0:34:00 ago on Mon May 25 04:41:58 2020. Dependencies resolved. ================================================================================================================= Package Architecture Version Repository Size ================================================================================================================= Installing: python36 x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 19 k Installing dependencies: python3-pip noarch 9.0.3-15.el8 AppStream 19 k python3-setuptools noarch 39.2.0-5.el8 BaseOS 162 k Enabling module streams: python36 3.6 dnf repoquery --file /usr/bin/pip3 Last metadata expiration check: 1:01:40 ago on Mon May 25 04:41:58 2020. python36-0:3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 When running it i got the following error : ]# /usr/bin/pip-3 Traceback (most recent call last): File "/usr/bin/pip-3", line 7, in <module> from pip import main ImportError: cannot import name 'main' | ||||
Steps To Reproduce | dnf -y install python3 /usr/bin/pip-3 | ||||
Tags | pip, python | ||||
the actual file is /usr/bin/pip3.6 dnf repoquery --file /usr/bin/pip3.6 Last metadata expiration check: 0:00:10 ago on Mon May 25 06:32:57 2020. python3-pip-0:9.0.3-15.el8.noarch |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-25 10:29 | efflam.lemaillet | New Issue | |
2020-05-25 10:29 | efflam.lemaillet | Tag Attached: python | |
2020-05-25 10:29 | efflam.lemaillet | Tag Attached: pip | |
2020-05-25 10:33 | efflam.lemaillet | Note Added: 0036987 |