From mboxrd@z Thu Jan 1 00:00:00 1970 From: arkhan@disroot.org Subject: docker-compose not work Date: Sun, 16 Jun 2019 15:28:32 +0000 Message-ID: <6d37df3c18bfe7282530b84440454118@disroot.org> 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]:50544) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcX5Z-0003XP-1C for help-guix@gnu.org; Sun, 16 Jun 2019 11:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcX5R-0006zT-FQ for help-guix@gnu.org; Sun, 16 Jun 2019 11:28:57 -0400 Received: from knopi.disroot.org ([178.21.23.139]:53134) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcX5H-0006bb-6K for help-guix@gnu.org; Sun, 16 Jun 2019 11:28:47 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4C77134B42 for ; Sun, 16 Jun 2019 17:28:34 +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 Jtwv1sCnT_bQ for ; Sun, 16 Jun 2019 17:28:32 +0200 (CEST) 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 regards,=0A=0AI just installed guixsd in my work station, at the moment e= verything is fine.=0A=0Ainstall docker and docker-compose but at the time= of executing it I have the following error=0A=0ATraceback (most recent c= all last):=0A File "/gnu/store/l26izdvqqb5lpbbiwk3rhd6zf5q5x7sh-docker-co= mpose-1.5.2/bin/.docker-compose-real", line 6, in =0A from pkg_re= sources import load_entry_point=0A File "/gnu/store/wqr8rwnwpmag01i6kb0la= f62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init= __.py", line 3088, in =0A @_call_aside=0A File "/gnu/store/wqr8rw= nwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_r= esources/__init__.py", line 3072, in _call_aside=0A f(*args, **kwargs)=0A= File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/pytho= n3.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_= master_working_set=0A working_set =3D WorkingSet._build_master()=0A File = "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/s= ite-packages/pkg_resources/__init__.py", line 574, in _build_master=0A ws= .require(__requires__)=0A File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhr= xy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", l= ine 892, in require=0A needed =3D self.resolve(parse_requirements(require= ments))=0A File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0= /lib/python3.7/site-packages/pkg_resources/__init__.py", line 778, in res= olve=0A raise DistributionNotFound(req, requirers)=0Apkg_resources.Distri= butionNotFound: The 'jsonschema<3,>=3D2.5.1' distribution was not found a= nd is required by docker-compose=0A=0Aapparently the dependencies of this= package are wrong,=0A=0Asomeone can tell me how I can solve it.=0A=0Atha= nk you.