From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edison =?utf-8?B?SWLDocOxZXo=?= Subject: Re: docker-compose not work Date: Sun, 16 Jun 2019 19:42:16 -0500 Message-ID: <87lfy1m49j.fsf@disroot.org> References: <6d37df3c18bfe7282530b84440454118@disroot.org> <87blyxwhid.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44519) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcfj8-0007wf-5e for help-guix@gnu.org; Sun, 16 Jun 2019 20:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcfj7-0000TU-2I for help-guix@gnu.org; Sun, 16 Jun 2019 20:42:26 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39488) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcfj5-0000Sp-JE for help-guix@gnu.org; Sun, 16 Jun 2019 20:42:24 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BA82F34B92 for ; Mon, 17 Jun 2019 02:42:21 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dKTy5JFZLdMq for ; Mon, 17 Jun 2019 02:42:20 +0200 (CEST) In-reply-to: <87blyxwhid.fsf@nckx> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Tobias I have tried to update the package as you can see in the paste https://bin.disroot.org/?d21a1c74236d7ebd#FlZ2iQxLIkrclC1O45wr7YuUI5bjBcjSt= wc710J6TWo=3D but I still have the same error. for work reasons I have to use docker for the different projects in which h= e participated El domingo 16 de junio del 2019 a las 1246 horas, Tobias Geerinckx-Rice esc= ribi=C3=B3: > Arkhan, > > arkhan@disroot.org wrote: >> regards, > > Hullo, and welcome to Guix! > >> install docker and docker-compose but at the time of executing it I >> have the following error > > [=E2=80=A6] > >> pkg_resources.DistributionNotFound: The 'jsonschema<3,>=3D2.5.1' >> distribution was not found and is required by docker-compose >> >> apparently the dependencies of this package are wrong, >> >> someone can tell me how I can solve it. > > The root of this problem is that our docker-compose package is *very* > old: it was added in January 2016(!), and has never been updated > since. I guess that proves how unneccessary Docker is once you've > discovered Guix=E2=80=A6 *ducks* > > We have docker-compose 1.5.2. Upstream is currently at > 1.24.0. Updating it probably won't be trivial (although I haven't > checked in detail=E2=80=94it might be). > > However, even 1.24.0 complains about jsonschema<3,>=3D2.5.1 not being > found. Since Docker insists on using an old library, and I don't feel > comfortable removing the version constraints (I don't use Docker), > I've added it back on master and told docker-compose to use it. > > Could you guix pull and try an updated docker-compose? If you're very > lucky, this more than 3-year-old piece of software will just work. If > not, please open a bug by sending your message to bug-guix@gnu.org. > > Thanks! > > T G-R