On Thursday, January 18, 2018, Charles R Harris
wrote:
>
>
> On Thu, Jan 18, 2018 at 8:54 AM, Andras Deak
wrote:
>>
>> Hello,
>>
>> After failing with several attempts to build numpy on python 3.7.0a4,
>> the combo that worked with pip was
>> cython 0.28a0 (current master)
>> numpy 1.15.0.dev0 (c
On Thu, Jan 18, 2018 at 8:54 AM, Andras Deak wrote:
> Hello,
>
> After failing with several attempts to build numpy on python 3.7.0a4,
> the combo that worked with pip was
> cython 0.28a0 (current master)
> numpy 1.15.0.dev0 (current master)
> in a fresh, clean venv.
> Older cython (0.27.3 where
ytenbach wrote:
> Hi Chuck
>
> I'm using Cython 0.28a0.
>
> Hannes
>
>
> From: "Charles R Harris"
> To: "Discussion of Numerical Python"
> Sent: Tuesday, December 19, 2017 10:01:40 PM
> Subject: Re: [Numpy-
Hi Chuck
I'm using Cython 0.28a0.
Hannes
- Original Message -
From: "Charles R Harris"
To: "Discussion of Numerical Python"
Sent: Tuesday, December 19, 2017 10:01:40 PM
Subject: Re: [Numpy-discussion] building numpy with python3.7
On Mon, Dec 18
On Mon, Dec 18, 2017 at 3:20 AM, Hannes Breytenbach
wrote:
> OK, thanks for the link to the issue. I'm not using virtual environments
> - I built python3.7 (and 2.7) with the `make altinstall` method. I managed
> to get the numpy build working on 3.7 by removing the
> `random/mtrand/mtrand.c` fi
g the latest cython version.
Thanks for the help!
- Original Message -
From: "Nathaniel Smith"
To: "Discussion of Numerical Python"
Sent: Friday, December 15, 2017 12:53:39 PM
Subject: Re: [Numpy-discussion] building numpy with python3.7
On Fri, Dec 15, 2017 at 2:
I have been building numpy master with CPython master but am also using
cython master.
My not-pretty script for doing this is:
#! /usr/bin/bash
set -e
TARGET_ENV=bleeding
OSPATH=~/source/other_source/
pushd $OSPATH/cpython/
git pull
git clean -xfd
./configure
make -j 9
./python -m venv --copies
On Fri, Dec 15, 2017 at 2:42 AM, Hannes Breytenbach wrote:
>
> I don't think this is a cython version issue - cloned the latest version from
> git yesterday...
>
> python3.7 -c "import cython; print(cython.__version__)"
> 0.28a0
It is a cython version issue: https://github.com/cython/cython/issu
Friday, December 15, 2017 12:30:48 PM
Subject: Re: [Numpy-discussion] building numpy with python3.7
Try upgrading cython?
On Fri, Dec 15, 2017 at 2:11 AM, Hannes Breytenbach wrote:
> Hi devs!
>
> This is my first post to the discussion list!
>
> Has anyone tried to build numpy with
Try upgrading cython?
On Fri, Dec 15, 2017 at 2:11 AM, Hannes Breytenbach wrote:
> Hi devs!
>
> This is my first post to the discussion list!
>
> Has anyone tried to build numpy with python3.7.0a3?
>
> I get the following gcc errors during compile:
>
> .
> .
> .
>
> compiling C so
10 matches
Mail list logo