From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Frassinelli Subject: bug#39757: python@3.7 + poetry: poetry is broken Date: Sun, 23 Feb 2020 15:50:00 +0100 Message-ID: <5cb81cf1-e0e6-650f-f401-c56458202986@gmail.com> 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]:34370) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5uat-0003Dc-Ah for bug-guix@gnu.org; Sun, 23 Feb 2020 11:59:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5uas-0005a9-7O for bug-guix@gnu.org; Sun, 23 Feb 2020 11:59:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5uas-0005a1-3K for bug-guix@gnu.org; Sun, 23 Feb 2020 11:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5uas-0000hz-3F for bug-guix@gnu.org; Sun, 23 Feb 2020 11:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51530) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5sa5-0003Fk-Oo for bug-guix@gnu.org; Sun, 23 Feb 2020 09:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5sa4-0002gV-NV for bug-guix@gnu.org; Sun, 23 Feb 2020 09:50:05 -0500 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]:38165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5sa4-0002fw-G3 for bug-guix@gnu.org; Sun, 23 Feb 2020 09:50:04 -0500 Received: by mail-lj1-x233.google.com with SMTP id w1so7181441ljh.5 for ; Sun, 23 Feb 2020 06:50:04 -0800 (PST) Received: from ?IPv6:2001:4647:95b9:0:a4ae:e5e6:9277:74a8? ([2001:4647:95b9:0:a4ae:e5e6:9277:74a8]) by smtp.gmail.com with ESMTPSA id a8sm4718001ljb.38.2020.02.23.06.50.01 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 23 Feb 2020 06:50:01 -0800 (PST) Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39757@debbugs.gnu.org $ guix environment --ad-hoc python@3.7 poetry -- poetry --help substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash:= warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) substitute: /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash:= warning: setlocale: LC_ALL: cannot change locale (en_US.utf8) Traceback (most recent call last): =C2=A0 File "/gnu/store/c9vg9n69zic2zjzbvqsc12mglkdipws8-poetry-0.12.17/bin/.poetry-r= eal", line 11, in =C2=A0=C2=A0=C2=A0 load_entry_point('poetry=3D=3D0.12.17', 'console_scrip= ts', 'poetry')() =C2=A0 File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-3.7.4/lib/python3.7/s= ite-packages/pkg_resources/__init__.py", line 489, in load_entry_point =C2=A0=C2=A0=C2=A0 return get_distribution(dist).load_entry_point(group, = name) =C2=A0 File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-3.7.4/lib/python3.7/s= ite-packages/pkg_resources/__init__.py", line 2793, in load_entry_point =C2=A0=C2=A0=C2=A0 return ep.load() =C2=A0 File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-3.7.4/lib/python3.7/s= ite-packages/pkg_resources/__init__.py", line 2411, in load =C2=A0=C2=A0=C2=A0 return self.resolve() =C2=A0 File "/gnu/store/608bvypsh90c58apvd2cgg3m9l2pwjqn-python-3.7.4/lib/python3.7/s= ite-packages/pkg_resources/__init__.py", line 2417, in resolve =C2=A0=C2=A0=C2=A0 module =3D __import__(self.module_name, fromlist=3D['_= _name__'], level=3D0) =C2=A0 File "/gnu/store/sfjm1g50503x5j9qhfq9kfgqbdvw421g-profile/lib/python3.7/site-p= ackages/poetry/console/__init__.py", line 1, in =C2=A0=C2=A0=C2=A0 from .application import Application =C2=A0 File "/gnu/store/sfjm1g50503x5j9qhfq9kfgqbdvw421g-profile/lib/python3.7/site-p= ackages/poetry/console/application.py", line 7, in =C2=A0=C2=A0=C2=A0 from cleo.formatters import Formatter ModuleNotFoundError: No module named 'cleo.formatters' $ guix search poetry | recsel -P version 0.12.17 $ curl -sI HEAD https://github.com/python-poetry/poetry/releases/latest | grep Location Location: https://github.com/python-poetry/poetry/releases/tag/1.0.3 -- Frafra