From: Ricardo Wurmus <rekado@elephly.net>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: Building packages with python-3.4
Date: Fri, 28 Oct 2016 22:00:31 +0200 [thread overview]
Message-ID: <87pomkjlb4.fsf@elephly.net> (raw)
In-Reply-To: <20161028163352.GA6255@jasmine>
Leo Famulari <leo@famulari.name> writes:
> 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.
Heh, I was waiting for the Python upgrade to upgrade Blender but didn’t
manage to do it without my laptop freezing. Thanks for taking care of
this!
~~ Ricardo
prev parent reply other threads:[~2016-10-28 20:00 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
2016-10-28 20:00 ` Ricardo Wurmus [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pomkjlb4.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
--cc=leo@famulari.name \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).