Bug 1751723
| Summary: | [abrt] docker-compose: requires(): __init__.py:2744:requires:pkg_resources.UnknownExtra: docker 4.0.1 has no such extra feature 'ssh' | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Reza Sh <rsh.free> | ||||||||||||||
| Component: | docker-compose | Assignee: | Michael Hampton <error> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 31 | CC: | carl, error, mandeepg, roman, ttomecek | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a3b498af1f553e86c2b0425dae514b52de605800 | ||||||||||||||||
| Whiteboard: | abrt_hash:dd9d4398ed43cb8e070a7dd915ea985e2423ff5f;VARIANT_ID=workstation; | ||||||||||||||||
| Fixed In Version: | docker-compose-1.24.1-3.fc31 | Doc Type: | If docs needed, set a value | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2019-09-23 13:47:56 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: |
|
||||||||||||||||
Created attachment 1614509 [details]
File: backtrace
Created attachment 1614510 [details]
File: cpuinfo
Created attachment 1614511 [details]
File: environ
Created attachment 1614512 [details]
File: mountinfo
Created attachment 1614513 [details]
File: namespaces
Created attachment 1614514 [details]
File: open_fds
I did not update python-docker for quite some time. Let me do that. Still broken on F31 beta - python-docker needs to be built with the [ssh] extra.
```
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2741, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'ssh'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 794, in resolve
new_requirements = dist.requires(req.extras)[::-1]
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2744, in requires
"%s has no such extra feature %r" % (self, ext)
pkg_resources.UnknownExtra: docker 4.0.2 has no such extra feature 'ssh'
```
we have two bugs for this, let's consolidate *** This bug has been marked as a duplicate of bug 1752873 *** FEDORA-2019-75607f2722 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-75607f2722 docker-compose-1.24.1-3.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-75607f2722 docker-compose-1.24.1-3.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: docker-compose-1.24.1-1.fc31 Additional info: reporter: libreport-2.10.1 cgroup: 0::/user.slice/user-1000.slice/user/gnome-terminal-server.service cmdline: /usr/bin/python3 /usr/bin/docker-compose up db crash_function: requires exception_type: KeyError executable: /usr/bin/docker-compose interpreter: python3-3.7.4-5.fc31.x86_64 kernel: 5.3.0-0.rc6.git0.1.fc31.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: __init__.py:2744:requires:pkg_resources.UnknownExtra: docker 4.0.1 has no such extra feature 'ssh' Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2741, in requires deps.extend(dm[safe_extra(ext)]) KeyError: 'ssh' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/docker-compose", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module> @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 794, in resolve new_requirements = dist.requires(req.extras)[::-1] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2744, in requires "%s has no such extra feature %r" % (self, ext) pkg_resources.UnknownExtra: docker 4.0.1 has no such extra feature 'ssh' Local variables in innermost frame: self: docker 4.0.1 (/usr/lib/python3.7/site-packages) extras: ('ssh',) dm: {None: [Requirement.parse('six>=1.4.0'), Requirement.parse('websocket-client>=0.32.0'), Requirement.parse('requests!=2.18.0,>=2.14.2')]} deps: [Requirement.parse('six>=1.4.0'), Requirement.parse('websocket-client>=0.32.0'), Requirement.parse('requests!=2.18.0,>=2.14.2')] ext: 'ssh'