Search code examples
cythonize not found on Ubuntu 22.04 after "pip3 install cython"...


pythonubuntupipcythoncythonize

Read More
(Cython) Make the modulo argument optional in __pow__...


pythonpython-3.xcythonpow

Read More
compile c++ code into pyd with cython...


pythonc++cython

Read More
Extending numpy random via pyx throws Cython error in converting python object to bitgen_t...


python-3.xnumpycythonc-api

Read More
No enum for numpy uintp?...


pythonnumpycython

Read More
How to use Cython to compile Python 3 into C...


pythonccythonubuntu-16.04

Read More
Difference between np.int, np.int_, int, and np.int_t in cython?...


pythoncnumpycython

Read More
How to deal with "clang: error: unsupported option '-fopenmp'" on travis?...


openmpcythontravis-ci

Read More
How does one overwrite the default compile flags for Cython when building with distutils?...


distutilscython

Read More
extra_compile_args in Cython...


cython

Read More
How to represent inf or -inf in Cython with numpy?...


pythonoptimizationnumpyscipycython

Read More
Computing the spectral norms of ~1m Hermitian matrices: `numpy.linalg.norm` is too slow...


pythonnumpycythonlinear-algebranumba

Read More
Differences between Cython, extending C/C++ with Python.h, etc...


pythoncythonctypespython-extensions

Read More
Empty declarator error when cythoning a class?...


pythoncompiler-errorscython

Read More
Writing a Python extension in Go (Golang)...


pythoncgocython

Read More
Does Cython guarantee __dealloc__ order in __mro__?...


pythonmemory-managementcython

Read More
Py_INCREF in Cython accepts Python object but not pointer...


pythoncython

Read More
Compiling python project with external modules to machine code using Cython...


windowscythonexecutablepyrogram

Read More
How to include C libraries in cibuildwheel Github Action for Cython module?...


pythongithub-actionscython

Read More
Most efficient way to build a 1-d array/list/vector of unknown length using Cython? Or should this n...


pythonccython

Read More
Cant compile cython with c++...


pythonc++cython

Read More
Cython wrapping - a class template - non-standard example...


pythonc++templatescython

Read More
How can I pass optional type from C++ to Cython?...


pythonc++cythoncythonize

Read More
Inaccurate Eigenvectors from LAPACK's ZHEEVR routine...


scipycythonnumerical-methodslapack

Read More
Install youtokentome in poetry requires Cython, unable to configre correctly...


pythoncythonpython-poetryopenai-whisper

Read More
Unable to build pySFML - 'Time' is not a type identifier...


pythoncythonsfml

Read More
Cython and Pandas ChainedAssignmentError Issue: Handling Reference Count Discrepancies...


pythonpandascythonchained-assignmentfuture-warning

Read More
"process died unexpectedly" with cythonized version of multiprocessing code...


pythonpython-3.xmultiprocessingcythonpython-multiprocessing

Read More
Cython: Should I use np.float_t rather than double for typed memory views...


pythonnumpycythonmemoryview

Read More
Using type hints to translate Python to Cython...


pythonoptimizationcythonpython-typing

Read More
BackNext