Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-13 Thread Lars Grueter
Sorry, I just noticed that I didn't send the message below to the mailing list but replied directly to Hameer. I've resent it for the archives below. @Hameer, sorry for the spam. :) Best regards, Lars On 04/01/2019 20:06, Lars Grueter wrote:> Hi Hameer, > > thanks for the fast answer! I'm even

Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-13 Thread Lars Grueter
On 04/01/2019 14:55, Matti Picus wrote: > On 4/1/19 3:34 pm, Lars Grueter wrote: >> Unfortunately the last two commands >> stopped working out of the blue with my existing environment and fail >> with >> >>> RuntimeError: Broken toolchain: cannot link a simple C program > > > The compiler error i

Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-04 Thread Matti Picus
On 4/1/19 3:34 pm, Lars Grueter wrote: Unfortunately the last two commands stopped working out of the blue with my existing environment and fail with RuntimeError: Broken toolchain: cannot link a simple C program The compiler error is a few lines above this (copied below). When I have got

Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-04 Thread Hameer Abbasi
> On Friday, Jan 04, 2019 at 2:44 PM, Lars Grueter (mailto:la...@mailbox.org)> wrote: > Dear devs, > > If this is the wrong place for this kind of question I apologize and > feel free to ignore this or point me to the right place. > > I'm using the conda package manager for my development environm

[Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-04 Thread Lars Grueter
Dear devs, If this is the wrong place for this kind of question I apologize and feel free to ignore this or point me to the right place. I'm using the conda package manager for my development environment which used to work just fine with these steps: > conda create -n dev-numpy python=3.7 numpy