Bug 1770527

Summary: [abrt] python3-pip: module(): pip3:15:<module>:TypeError: 'module' object is not callable
Product: [Fedora] Fedora Reporter: David Muwanguzi <mdavid030>
Component: python-pipAssignee: Miro Hrončok <mhroncok>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: metherid, mhroncok, ncoghlan, python-sig, slavek.kabrda, tflink, TicoTimo, torsava
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/c7f39f1053da5f9ff4ce7faed59ec4a6c3b6b501
Whiteboard: abrt_hash:6526d4ee319fba2f4d5fab713ffc2457dbedfb8a;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-10 09:32:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description David Muwanguzi 2019-11-10 09:11:18 UTC
Version-Release number of selected component:
python3-pip-19.0.3-3.fc30

Additional info:
reporter:       libreport-2.10.1
cmdline:        /usr/bin/python3 /usr/bin/pip3 install tensorflow --user
crash_function: module
exception_type: TypeError
executable:     /usr/bin/pip3
interpreter:    python3-3.7.5-1.fc30.x86_64
kernel:         5.3.8-200.fc30.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
pip3:15:<module>:TypeError: 'module' object is not callable

Traceback (most recent call last):
  File "/usr/bin/pip3", line 15, in <module>
    sys.exit(main())
TypeError: 'module' object is not callable

Local variables in innermost frame:
__name__: '__main__'
__doc__: None
__package__: None
__loader__: <_frozen_importlib_external.SourceFileLoader object at 0x7f0ad9173390>
__spec__: None
__annotations__: {}
__builtins__: <module 'builtins' (built-in)>
__file__: '/usr/bin/pip3'
__cached__: None
re: <module 're' from '/usr/lib64/python3.7/re.py'>
sys: <module 'sys' (built-in)>
main: <module 'pip._internal.main' from '/home/mdavid/.local/lib/python3.7/site-packages/pip/_internal/main.py'>

Potential duplicate: bug 1767212

Comment 1 David Muwanguzi 2019-11-10 09:11:23 UTC
Created attachment 1634491 [details]
File: backtrace

Comment 2 David Muwanguzi 2019-11-10 09:11:26 UTC
Created attachment 1634492 [details]
File: cgroup

Comment 3 David Muwanguzi 2019-11-10 09:11:29 UTC
Created attachment 1634493 [details]
File: cpuinfo

Comment 4 David Muwanguzi 2019-11-10 09:11:33 UTC
Created attachment 1634494 [details]
File: environ

Comment 5 David Muwanguzi 2019-11-10 09:11:39 UTC
Created attachment 1634495 [details]
File: mountinfo

Comment 6 David Muwanguzi 2019-11-10 09:11:42 UTC
Created attachment 1634496 [details]
File: namespaces

Comment 7 David Muwanguzi 2019-11-10 09:11:45 UTC
Created attachment 1634497 [details]
File: open_fds

Comment 8 Miro Hrončok 2019-11-10 09:32:19 UTC

*** This bug has been marked as a duplicate of bug 1767212 ***