-
I have built/installed python from source on OSX to a custom framework location. The exact configure command is:
CC=clang CXX=clang++ CFLAGS='-flto=thin -Wno-deprecated-declarations' MACOSX_DEP…
-
My python version is 3.8.5.
I download the MuJoCo version 2.1 binaries for [Linux](https://mujoco.org/download/mujoco210-linux-x86_64.tar.gz) and extract to `~/.mujoco/mujoco210`.
I use the followin…
-
### Is your feature request related to a problem? Please describe.
Cython could emulate the `sys.monitoring` events `RAISE`, `C_RAISE`, `RERAISE`, `EXCEPTION_HANDLED`.
See
https://docs.python.org…
-
When I built the cython modules, some errors came out:
#python setup.py build_ext --inplace
running build_ext
skipping 'utils/bbox.c' Cython extension (up-to-date)
skipping 'utils/nms.c' Cython ex…
-
As noted in #1073 and #1074 Cython (the only low level codegen target for Python 3) is very slow to compile. It would be good to have a replacement. Some options are:
* Update weave for Python 3. T…
-
The solution is to write a Cython library that interfaces directly to the gifski library. Cython is specifically needed because we need to run a second nogil thread for gifski's IO while we feed it fr…
-
I am running into problems when installing on an M1. The old installation method described below works only when running the final command `python setup.py install --ccbin /usr/bin/` two times. The fi…
-
Howdy!
I'm currently trying to add CuPy support to one of my packages, and it would be very useful if there was a cython level interface. Since I'd mostly like to replace BLAS with GPU support, I w…
-
Sometimes when compiling pandas you end up having to compile twice to get the library to completely build. The files that get compiled the second time tend to be the outputs of a Tempita process.
H…
-
### Proposed new feature or change:
This is less of a direct feature request than an open ended discussion on if nanoarrow might be usable by NumPy in some fashion. Has there been any discussion arou…