On Tue, Aug 16, 2022 at 2:03 PM Dan Stromberg wrote:
> Hi folks.
>
> I'm attempting to package up a python package that uses Cython.
>
> Rather than build binaries for everything under the sun, I've been
> focusing on including the .pyx file and running cython on it at install
> time. This requi
On Wed, Aug 17, 2022 at 3:05 PM Dan Stromberg wrote:
> I commented out those too lines, but I'm still getting errors. They seem
>> to stem from:
>> $ "/home/dstromberg/venv/pyx-treap-testing/bin/python3",
>> ["/home/dstromberg/venv/pyx-treap-testing/bin/python3",
>> "/home/dstromberg/venv/pyx-tr
On Wed, Aug 17, 2022 at 1:58 PM Dan Stromberg wrote:
> On Wed, Aug 17, 2022 at 10:20 AM Christian Gollwitzer
> wrote:
>
>> Am 16.08.22 um 23:03 schrieb Dan Stromberg:
>> > I'm attempting to package up a python package that uses Cython.
>> >
>> > Rather than build binaries for everything under th
On Wed, Aug 17, 2022 at 10:20 AM Christian Gollwitzer
wrote:
> Am 16.08.22 um 23:03 schrieb Dan Stromberg:
> > I'm attempting to package up a python package that uses Cython.
> >
> > Rather than build binaries for everything under the sun, I've been
> focusing
> > on including the .pyx file and r
Dan Stromberg wrote at 2022-8-16 14:03 -0700:
> ...
>I'm attempting to package up a python package that uses Cython.
> ...
> Installing build dependencies ... error
> error: subprocess-exited-with-error
>
> ×? pip subprocess to install build dependencies did not run successfully.
> ?? exit code
Am 16.08.22 um 23:03 schrieb Dan Stromberg:
I'm attempting to package up a python package that uses Cython.
Rather than build binaries for everything under the sun, I've been focusing
on including the .pyx file and running cython on it at install time. This
requires a C compiler, but I'm OK wit
On Tue, Aug 16, 2022 at 2:08 PM Chris Angelico wrote:
> On Wed, 17 Aug 2022 at 07:05, Dan Stromberg wrote:
> >
> > Hi folks.
> >
> > I'm attempting to package up a python package that uses Cython.
> >
> > Rather than build binaries for everything under the sun, I've been
> focusing
> > on includ
On Wed, 17 Aug 2022 at 07:05, Dan Stromberg wrote:
>
> Hi folks.
>
> I'm attempting to package up a python package that uses Cython.
>
> Rather than build binaries for everything under the sun, I've been focusing
> on including the .pyx file and running cython on it at install time. This
> requir