From unknown Wed Sep 10 05:37:46 2025 X-Loop: help-debbugs@gnu.org Subject: bug#36256: dependency error with docker-compose Resent-From: Edison =?UTF-8?Q?Ib=C3=A1=C3=B1ez?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 17 Jun 2019 01:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36256 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 36256@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156073356319936 (code B ref -1); Mon, 17 Jun 2019 01:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jun 2019 01:06:03 +0000 Received: from localhost ([127.0.0.1]:41703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcg5z-0005BT-0i for submit@debbugs.gnu.org; Sun, 16 Jun 2019 21:06:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:34918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcg4G-00057H-Fx for submit@debbugs.gnu.org; Sun, 16 Jun 2019 21:04:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47642) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcg4D-0002K2-86 for bug-guix@gnu.org; Sun, 16 Jun 2019 21:04:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FROM_EXCESS_BASE64, RCVD_IN_DNSWL_NONE,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcfqF-0007qZ-05 for bug-guix@gnu.org; Sun, 16 Jun 2019 20:49:48 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43808) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcfqE-0007py-QM for bug-guix@gnu.org; Sun, 16 Jun 2019 20:49:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E28C234AB9 for ; Mon, 17 Jun 2019 02:49:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X8BZ_Dlc9NYU for ; Mon, 17 Jun 2019 02:49:44 +0200 (CEST) User-agent: mu4e 1.2.0; emacs 26.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1560732584; bh=mw4/uUPA91ZqE5ofyNnoxP1vXV+2zdfbgHZIsRwKO0c=; h=From:To:Subject:Date; b=SMQ5lxdr+IDOHERsFwP+kU0mNG3U7PfgujdVXQHMmzMekuJTehOP5oV/DatHs8ugY KQxBtLlq3xHRH08ktRZiIvmsfSjNSelxYv4MN6u+UofnFEzQVmJPyOyb08KvvYVsYe Dn3qRo1E2RNQPz56k7tmfSpCkZWVfEw6dKWRcV6D7pRKSk7qE/EHzBd4j+2MURn47M nrY1g370zjh13KA7louSEc6Z5kUZ0gnPmpFMaRcb+UEPPox5dnTcFfyruEEhlUvZXp 2nkvOrA62Mt82f6Swt0ESp6pD157rAhBFzkDoRIBBDVc7oK5QfdvnoBpxZ9wT2pFXZ EAw92L0j7Ae6Q== From: Edison =?UTF-8?Q?Ib=C3=A1=C3=B1ez?= Date: Sun, 16 Jun 2019 19:49:40 -0500 Message-ID: <87k1dlm3x7.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.21.23.139 X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Sun, 16 Jun 2019 21:06:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Regards, When installing docker-compose note that the version is outdated and therefore the dependencies are broken which causes the following error: Traceback (most recent call last): File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 783, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (jsonschema 3.0.1 (/gnu/store/1iq4qvdhl5qbw8dy7kxknky6rxi0v3wc-python-jsonschema-3.0.1/lib/python3.7/site-packages), Requirement.parse('jsonschema<3,>=2.5.1'), {'docker-compose'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/gnu/store/kf538ibrwbvmmscjb402rpf8hh369g47-docker-compose-1.24.0/bin/.docker-compose-real", line 6, in from pkg_resources import load_entry_point File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3088, in @_call_aside File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside f(*args, **kwargs) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 576, in _build_master return cls._build_from_requirements(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 778, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'jsonschema<3,>=2.5.1' distribution was not found and is required by docker-compose Try to update it as seen in the following link: https://bin.disroot.org/?d21a1c74236d7ebd#FlZ2iQxLIkrclC1O45wr7YuUI5bjBcjStwc710J6TWo= but I keep getting the same error I hope you can help me From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 18 05:02:48 2019 Received: (at control) by debbugs.gnu.org; 18 Jun 2019 09:02:48 +0000 Received: from localhost ([127.0.0.1]:43748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA0u-0003My-IZ for submit@debbugs.gnu.org; Tue, 18 Jun 2019 05:02:48 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:39150 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA0r-0003Mn-9r for control@debbugs.gnu.org; Tue, 18 Jun 2019 05:02:47 -0400 Received: from alma-ubu (pD951F287.dip0.t-ipconnect.de [217.81.242.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 76FC73FA09 for ; Tue, 18 Jun 2019 11:02:43 +0200 (CEST) Date: Tue, 18 Jun 2019 11:02:42 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Subject: merge docker_compose Message-ID: <20190618110242.4db5f0de@alma-ubu> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/hlbc/x1TTgM6kWXFpnIEzUO"; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Sig_/hlbc/x1TTgM6kWXFpnIEzUO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable merge 36256 35779 --Sig_/hlbc/x1TTgM6kWXFpnIEzUO Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXQiosgAKCRC/KGy2WT5f /YzpAJ9sFJ4O9ZwoywzRf2YZ65eTlOZDugCgi7ELVB2k/3c7xCCgyZuqlyi3vFo= =hTDM -----END PGP SIGNATURE----- --Sig_/hlbc/x1TTgM6kWXFpnIEzUO-- From unknown Wed Sep 10 05:37:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Edison =?UTF-8?Q?Ib=C3=A1=C3=B1ez?= Subject: bug#36256: closed (Re: bug#36256: dependency error with docker-compose) Message-ID: References: <20190618110839.6e8f93e8@alma-ubu> <87k1dlm3x7.fsf@disroot.org> X-Gnu-PR-Message: they-closed 36256 X-Gnu-PR-Package: guix Reply-To: 36256@debbugs.gnu.org Date: Tue, 18 Jun 2019 09:09:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1560848942-13610-1" This is a multi-part message in MIME format... ------------=_1560848942-13610-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36256: dependency error with docker-compose which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36256@debbugs.gnu.org. --=20 36256: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36256 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1560848942-13610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36256-done) by debbugs.gnu.org; 18 Jun 2019 09:08:43 +0000 Received: from localhost ([127.0.0.1]:43753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA6d-0003X0-8H for submit@debbugs.gnu.org; Tue, 18 Jun 2019 05:08:43 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:39152 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA6b-0003Wq-US for 36256-done@debbugs.gnu.org; Tue, 18 Jun 2019 05:08:42 -0400 Received: from alma-ubu (pD951F287.dip0.t-ipconnect.de [217.81.242.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 2712A3FA09; Tue, 18 Jun 2019 11:08:40 +0200 (CEST) Date: Tue, 18 Jun 2019 11:08:39 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Edison =?UTF-8?B?SWLDocOxZXo=?= Subject: Re: bug#36256: dependency error with docker-compose Message-ID: <20190618110839.6e8f93e8@alma-ubu> In-Reply-To: <87k1dlm3x7.fsf@disroot.org> References: <87k1dlm3x7.fsf@disroot.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/baQZMrd9M_tYeI=N.aUi9v5"; protocol="application/pgp-signature" X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 36256-done Cc: 36256-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) --Sig_/baQZMrd9M_tYeI=N.aUi9v5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This bug was fixed by Tobias on commit: 914bba28096c1b85e368537c02e9841258887acb Please use "guix pull", "guix package -u" and try again. Further note: The current docker_compose cannot use jsonschema 3.x, it must use 2.x. There is a bug-report and a pull-request about that, so it is expected to compatible with the 3.x version soon: https://github.com/docker/compose/issues/6347 https://github.com/docker/compose/pull/6631 Bj=C3=B6rn --Sig_/baQZMrd9M_tYeI=N.aUi9v5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXQiqFwAKCRC/KGy2WT5f /azJAJ9hteUpETpn6iCcrPmVF0HuN6alXgCfezPkoGZQ6dFe7ZPqu/wBGDsg7BE= =8QRe -----END PGP SIGNATURE----- --Sig_/baQZMrd9M_tYeI=N.aUi9v5-- ------------=_1560848942-13610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Jun 2019 01:06:03 +0000 Received: from localhost ([127.0.0.1]:41703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcg5z-0005BT-0i for submit@debbugs.gnu.org; Sun, 16 Jun 2019 21:06:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:34918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcg4G-00057H-Fx for submit@debbugs.gnu.org; Sun, 16 Jun 2019 21:04:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47642) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcg4D-0002K2-86 for bug-guix@gnu.org; Sun, 16 Jun 2019 21:04:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FROM_EXCESS_BASE64, RCVD_IN_DNSWL_NONE,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcfqF-0007qZ-05 for bug-guix@gnu.org; Sun, 16 Jun 2019 20:49:48 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43808) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcfqE-0007py-QM for bug-guix@gnu.org; Sun, 16 Jun 2019 20:49:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E28C234AB9 for ; Mon, 17 Jun 2019 02:49:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X8BZ_Dlc9NYU for ; Mon, 17 Jun 2019 02:49:44 +0200 (CEST) User-agent: mu4e 1.2.0; emacs 26.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1560732584; bh=mw4/uUPA91ZqE5ofyNnoxP1vXV+2zdfbgHZIsRwKO0c=; h=From:To:Subject:Date; b=SMQ5lxdr+IDOHERsFwP+kU0mNG3U7PfgujdVXQHMmzMekuJTehOP5oV/DatHs8ugY KQxBtLlq3xHRH08ktRZiIvmsfSjNSelxYv4MN6u+UofnFEzQVmJPyOyb08KvvYVsYe Dn3qRo1E2RNQPz56k7tmfSpCkZWVfEw6dKWRcV6D7pRKSk7qE/EHzBd4j+2MURn47M nrY1g370zjh13KA7louSEc6Z5kUZ0gnPmpFMaRcb+UEPPox5dnTcFfyruEEhlUvZXp 2nkvOrA62Mt82f6Swt0ESp6pD157rAhBFzkDoRIBBDVc7oK5QfdvnoBpxZ9wT2pFXZ EAw92L0j7Ae6Q== From: Edison =?utf-8?B?SWLDocOxZXo=?= To: bug-guix@gnu.org Subject: dependency error with docker-compose Date: Sun, 16 Jun 2019 19:49:40 -0500 Message-ID: <87k1dlm3x7.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.21.23.139 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 16 Jun 2019 21:06:02 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Regards, When installing docker-compose note that the version is outdated and therefore the dependencies are broken which causes the following error: Traceback (most recent call last): File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 783, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (jsonschema 3.0.1 (/gnu/store/1iq4qvdhl5qbw8dy7kxknky6rxi0v3wc-python-jsonschema-3.0.1/lib/python3.7/site-packages), Requirement.parse('jsonschema<3,>=2.5.1'), {'docker-compose'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/gnu/store/kf538ibrwbvmmscjb402rpf8hh369g47-docker-compose-1.24.0/bin/.docker-compose-real", line 6, in from pkg_resources import load_entry_point File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3088, in @_call_aside File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside f(*args, **kwargs) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 576, in _build_master return cls._build_from_requirements(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 778, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'jsonschema<3,>=2.5.1' distribution was not found and is required by docker-compose Try to update it as seen in the following link: https://bin.disroot.org/?d21a1c74236d7ebd#FlZ2iQxLIkrclC1O45wr7YuUI5bjBcjStwc710J6TWo= but I keep getting the same error I hope you can help me ------------=_1560848942-13610-1-- From unknown Wed Sep 10 05:37:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: sirmacik Subject: bug#35779: closed (Re: bug#36256: dependency error with docker-compose) Message-ID: References: <20190618110839.6e8f93e8@alma-ubu> <20190517162408.GA16169@mail.freearts.agency> X-Gnu-PR-Message: they-closed 35779 X-Gnu-PR-Package: guix Reply-To: 35779@debbugs.gnu.org Date: Tue, 18 Jun 2019 09:09:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1560848942-13610-3" This is a multi-part message in MIME format... ------------=_1560848942-13610-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36256: docker-compose missing dependency which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 35779@debbugs.gnu.org. --=20 36256: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36256 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1560848942-13610-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36256-done) by debbugs.gnu.org; 18 Jun 2019 09:08:43 +0000 Received: from localhost ([127.0.0.1]:43753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA6d-0003X0-8H for submit@debbugs.gnu.org; Tue, 18 Jun 2019 05:08:43 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:39152 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hdA6b-0003Wq-US for 36256-done@debbugs.gnu.org; Tue, 18 Jun 2019 05:08:42 -0400 Received: from alma-ubu (pD951F287.dip0.t-ipconnect.de [217.81.242.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 2712A3FA09; Tue, 18 Jun 2019 11:08:40 +0200 (CEST) Date: Tue, 18 Jun 2019 11:08:39 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Edison =?UTF-8?B?SWLDocOxZXo=?= Subject: Re: bug#36256: dependency error with docker-compose Message-ID: <20190618110839.6e8f93e8@alma-ubu> In-Reply-To: <87k1dlm3x7.fsf@disroot.org> References: <87k1dlm3x7.fsf@disroot.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/baQZMrd9M_tYeI=N.aUi9v5"; protocol="application/pgp-signature" X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 36256-done Cc: 36256-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) --Sig_/baQZMrd9M_tYeI=N.aUi9v5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This bug was fixed by Tobias on commit: 914bba28096c1b85e368537c02e9841258887acb Please use "guix pull", "guix package -u" and try again. Further note: The current docker_compose cannot use jsonschema 3.x, it must use 2.x. There is a bug-report and a pull-request about that, so it is expected to compatible with the 3.x version soon: https://github.com/docker/compose/issues/6347 https://github.com/docker/compose/pull/6631 Bj=C3=B6rn --Sig_/baQZMrd9M_tYeI=N.aUi9v5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXQiqFwAKCRC/KGy2WT5f /azJAJ9hteUpETpn6iCcrPmVF0HuN6alXgCfezPkoGZQ6dFe7ZPqu/wBGDsg7BE= =8QRe -----END PGP SIGNATURE----- --Sig_/baQZMrd9M_tYeI=N.aUi9v5-- ------------=_1560848942-13610-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 May 2019 16:24:47 +0000 Received: from localhost ([127.0.0.1]:58832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRff5-0002SQ-Df for submit@debbugs.gnu.org; Fri, 17 May 2019 12:24:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRff2-0002S7-8n for submit@debbugs.gnu.org; Fri, 17 May 2019 12:24:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:44462) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hRfes-0004fE-Ne for submit@debbugs.gnu.org; Fri, 17 May 2019 12:24:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRfer-00033G-EM for bug-guix@gnu.org; Fri, 17 May 2019 12:24:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRfep-0004df-SP for bug-guix@gnu.org; Fri, 17 May 2019 12:24:33 -0400 Received: from mail.freearts.agency ([51.68.137.137]:40414) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hRfen-0004TF-Ji for bug-guix@gnu.org; Fri, 17 May 2019 12:24:30 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: sirmacik@wioo.waw.pl) by mail.freearts.agency (Postcow) with ESMTPSA id 9274F40374 for ; Fri, 17 May 2019 18:24:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wioo.waw.pl; s=dkim; t=1558110256; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding:in-reply-to: references; bh=WQFE3Jz2JbiZFf3vYIZobGYD9VMWCMSQ+zBAT3Kh9VI=; b=EImmKsUtiDSc1VSAplULXt/2IYbg9U5gMXUeyLdiYS5l/QzGDdhd1YLtyeRsDFrjUEPzxl 8Ikmgb6WAW1JTLPoBQ6EfWQutq2yV4hCOMN6+qxtWc35Tosvwc7yqzNCVg4Y2QZI7gMFgM BcgkQhGcktG2rqrsS/PujfeANDWLb3TBQ6O+1YIHGVuDqErkscAh+bdVuxsDvnuqSXsPTa 8Q1eXS0jqqZeGY2W65pFAcOmC/vKpZ6+WM9Jr8H9LEspRFOvfO3uVdji39v+ii+NI6tR0Y QeAi4cnN3QlbBxWtFUEaBnqleqm4KCcKQWPhV5FLuO07UlAs8vZSUUqMd4T1ug== Date: Fri, 17 May 2019 18:24:08 +0200 From: sirmacik To: bug-guix@gnu.org Subject: docker-compose missing dependency Message-ID: <20190517162408.GA16169@mail.freearts.agency> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Microsoft Office/14.0 (Windows NT 6.0; Microsoft Outlook 14.0.4760; Pro) X-PGP-Key: https://sirmacik.net/dl/wioo.asc ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=wioo.waw.pl; s=dkim; t=1558110256; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding:in-reply-to: references; bh=WQFE3Jz2JbiZFf3vYIZobGYD9VMWCMSQ+zBAT3Kh9VI=; b=o6Z9pFZCWHddWME8XRiLT1/yqlneE9Xt6f2jET4vcJmx763hoNgJ3Be+JrT23IhPr9Z1HQ 19pr/KhES4YDtBXRrU4ZYtS4+6ikAqA0uCZA+jtrtYRizN01TbmHIwIx7N6QkfDLbaIPYQ CNpRJeDVXoy0vrvrizYyVtI4hKbITzsKSGgflVfI5hCyrl35e1r7K5xYOEQCBfKoY5HcBR 6hiwLdI1F+xYRO3OV8f4kO/U1LKuwocuvYQVoETBpUZ4PZCZ+EcnfPsSL/lwAHusOR7mnJ kNiPZGUSknvcdKKkrJGPVTja6D12tVI3i06SHZA3hCH8AEfKipN9yFSzIZoNjw== ARC-Seal: i=1; s=dkim; d=wioo.waw.pl; t=1558110256; a=rsa-sha256; cv=none; b=bjM0HYWrN2YJI4IC9MhvmBYYU7LaCn3Pep9XWo3SDfZnQ9s+E4lKjhaABFOk+2Zi3mHBg8 +jCLl9Xi6vS0zc8jsGPAev3Fp90Ui0wh3CWzqGH9yayCN6KMWhvbdXcJnDPxhVgym58Tnp HLOwTtoEn8LqoKjTLSunSMQ0+q5U4SBSEDM28of9OxKVMUORbD5GeMgWjzflCQBbroSMAv sqqSXIk7U9GnV94R3hh84xsgcupfTexx/zg8k8fus4IIyZC1sLR+hWlFUc7PM/r21Kv2s4 m2GHBLJ9Y+S0fZ7CgqCiUZiVIEUcnj8QQOIVUuDKdcml9uyJID+N8nsIADLf/w== ARC-Authentication-Results: i=1; mail.freearts.agency; auth=pass smtp.auth=sirmacik@wioo.waw.pl smtp.mailfrom=sirmacik@wioo.waw.pl X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 51.68.137.137 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hey Guix! I've encountered the following error while trying to run docker-compose: $ docker-compose up Traceback (most recent call last): File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 783, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (jsonschema 3.0.1 (/gnu/store/w0qzc3l0w8i2ikgjrfjhgk9wh07pcn9x-python-jsonschema-3.0.1/lib/python3.7/site-packages), Requirement.parse('jsonschema<3,>=2.5.1'), {'docker-compose'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/gnu/store/7kblfjjjlkvy92gmqq0i9fksimcarrih-docker-compose-1.5.2/bin/.docker-compose-real", line 6, in from pkg_resources import load_entry_point File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3088, in @_call_aside File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside f(*args, **kwargs) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 576, in _build_master return cls._build_from_requirements(__requires__) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 778, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'jsonschema<3,>=2.5.1' distribution was not found and is required by docker-compose It happens every time one invokes program and Unfortunately makes it unusable. :/ -- sirmacik PGP: 0xE0DC81D523891771 ------------=_1560848942-13610-3--