Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#52634 - [docker-compose] Add colorama>=0.3.7 as dependency for docker-compose
Attached to Project:
Community Packages
Opened by Boris Stoyanov (TemplarRei) - Thursday, 19 January 2017, 13:47 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 19 January 2017, 14:09 GMT
Opened by Boris Stoyanov (TemplarRei) - Thursday, 19 January 2017, 13:47 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 19 January 2017, 14:09 GMT
|
DetailsDescription:
docker-compose up -d crashed after update with the following traceback: 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.6/site-packages/pkg_resources/__init__.py", line 3019, in <module> @_call_aside File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3032, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 655, in _build_master ws.require(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 963, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 849, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'colorama>=0.3.7' distribution was not found and is required by docker-compose Installing community/python-colorama fixed the issue, but it should be included as a requirement. Additional info: * package version community/docker-compose 1.10.0-1 * config and/or log files etc. Steps to reproduce: - Install docker compose. - Attempt docker-compose up -d |
This task depends upon