all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Building packages with python-3.4
Date: Fri, 28 Oct 2016 12:33:52 -0400	[thread overview]
Message-ID: <20161028163352.GA6255@jasmine> (raw)
In-Reply-To: <87k2cxzcox.fsf@gnu.org>

On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> skribis:
> 
> > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case
> > we needed it.
> >
> > I recently tried building python-cryptography with 3.4.5, like this:
> >
> >     (arguments
> >      `(#:python ,python-3.4))
> >
> > But, it fails like this:
> >
> > patch-shebang: ./setup.py: warning: no binary for interpreter `python' found in $PATH
> 
> I think you need to write:
> 
>   (arguments
>    `(#:python ,(wrap-python3 python-3.4)))
> 
> That will provide ‘python’ and other commands without the ‘3’ prefix.

Thanks!

I tried this to fix the build failure of Blender on core-updates, and it
did work. But in the end I instead updated Blender to the latest
version, which supports Python 3.5.

  reply	other threads:[~2016-10-28 16:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 21:52 Building packages with python-3.4 Leo Famulari
2016-10-24 20:58 ` Ludovic Courtès
2016-10-28 16:33   ` Leo Famulari [this message]
2016-10-28 20:00     ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161028163352.GA6255@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.