| Summary: | pkg_resources.DistributionNotFound: The 'jsonschema' distribution was not found and is required by docker-compose | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martín Cigorraga <martincigorraga> |
| Component: | docker-compose | Assignee: | Michael Hampton <error> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | error, lsm5, yajo.sk8 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | docker-compose-1.5.2-4.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-20 21:54:42 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: | |
docker-compose-1.5.2-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-7a3b274c5c You're right, it was a silly packaging error. Sorry for the inconvenience. Conversely, thanks for taking care of it Michael. docker-compose-1.5.2-3.fc23 has been pushed to the Fedora 23 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-2016-7a3b274c5c docker-compose-1.5.2-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-46b3b0f86f docker-compose-1.5.2-4.fc23 has been pushed to the Fedora 23 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-2016-46b3b0f86f *** Bug 1298083 has been marked as a duplicate of this bug. *** docker-compose-1.5.2-4.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When trying to run docker-compose: "pkg_resources.DistributionNotFound: The 'jsonschema' distribution was not found and is required by docker-compose" Version-Release number of selected component (if applicable): Name : docker-compose Arch : noarch Epoch : 0 Version : 1.5.2 Release : 2.fc23 Size : 351 k Repo : @System From repo : updates How reproducible: Always Steps to Reproduce: 1. # docker-compose {build,up} 2. 3. Actual results: Docker-compose bails back to shell with the error message that gives the name to this topic. Additional info: Installing the missing 'python-jsonschema' package solves the issue (packaging error?) HTH!