From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6NxUJ7qXLmC3cQAA0tVLHw (envelope-from ) for ; Thu, 18 Feb 2021 16:37:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uP8pI7qXLmBqFgAA1q6Kng (envelope-from ) for ; Thu, 18 Feb 2021 16:37:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0F7E12D79B for ; Thu, 18 Feb 2021 17:37:14 +0100 (CET) Received: from localhost ([::1]:48174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lCmIi-0007kZ-Oj for larch@yhetil.org; Thu, 18 Feb 2021 11:37:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCmGW-0005fQ-AV for help-guix@gnu.org; Thu, 18 Feb 2021 11:34:56 -0500 Received: from mail1.fsfe.org ([2001:aa8:ffed:f5f3::151]:51190) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCmGU-00022c-5o for help-guix@gnu.org; Thu, 18 Feb 2021 11:34:55 -0500 From: Jelle Licht To: Vincent Legoll Subject: Re: How to use pip3 libs abcent in guix repo? In-Reply-To: References: <86v9ap5qic.fsf@fsfe.org> Date: Thu, 18 Feb 2021 17:34:50 +0100 Message-ID: <86sg5t5o7p.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:aa8:ffed:f5f3::151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.27 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=fsfe.org (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 0F7E12D79B X-Spam-Score: -1.27 X-Migadu-Scanner: scn0.migadu.com X-TUID: dpyAqs00CcCc Vincent Legoll writes: > Hello, > > On Thu, Feb 18, 2021 at 4:45 PM Jelle Licht wrote: >> `guix environment --ad-hoc python-pip python-virtualenv python-numpy python-websocket-client python' >> >> Note that it is important that the "python" package comes last in this >> invocation! > > Can you elaborate a bit on why this is required ? Not so much required, but rather a way to work around a bug I ran into: https://issues.guix.gnu.org/issue/46569 > Or maybe I should just RTFM... ;-) We all should, but it wouldn't have helped you in this case I think :-)