Bug 1155510
| Summary: | websocket-client version conflict | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sylvain Pasche <sylvain.pasche> |
| Component: | fig | Assignee: | Matej Stuchlik <mstuchli> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | jberan, mstuchli |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fig-1.0.0-4.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-06 10:27:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Again, thanks, looks like I shouldn't fedpkg update in a rush. I'll see if the test suite passes with newer websocket-client and if it does, I'll remove the strict version requirement. Does that seem alright to you? Sounds good. According to https://github.com/docker/fig/issues/101#issuecomment-35484189, the version requirement was to match docker-py requirement and I see that it only requires 'websocket-client >= 0.11.0' now (https://github.com/docker/docker-py/blob/master/setup.py#L15). fig-1.0.0-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/fig-1.0.0-3.fc21 Package fig-1.0.0-3.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fig-1.0.0-3.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-13523/fig-1.0.0-3.fc21 then log in and leave karma (feedback). fig-1.0.0-4.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/fig-1.0.0-4.fc21 fig-1.0.0-4.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Hi, Looks like fig expects a version of websocket-client that isn't compatible with the current python-websocket-client version on F21. dnf install fig [...] Installed: PyYAML.x86_64 3.11-6.fc21 docker-io.x86_64 1.2.0-5.fc21 fig.x86_64 1.0.0-1.fc21 libyaml.x86_64 0.1.6-5.fc21 python-chardet.noarch 2.2.1-2.fc21 python-docker-py.x86_64 0.5.0-1.fc21 python-dockerpty.noarch 0.2.3-1.fc21 python-docopt.noarch 0.6.1-5.fc21 python-requests.noarch 2.3.0-3.fc21 python-texttable.noarch 0.8.1-4.fc21 python-urllib3.noarch 1.8.2-4.fc21 python-websocket-client.noarch 0.14.1-3.fc21 Complete! [root@fedora_next ~]# fig Traceback (most recent call last): File "/bin/fig", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2713, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 567, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: websocket-client>=0.11.0,<0.12 $ rpm -q python-websocket-client python-websocket-client-0.14.1-3.fc21.noarch