-
Compiling a file `crash.pyx` containing this
```cython
cdef void callback(int [:]):
pass
func = callback
````
with `cython crash.pyx` gives me this
```
Error compiling Cython file:
---------…
-
**Describe the bug**
I have an OpenAI Gym library (https://github.com/p-morais/gym-cassie) that uses a custom ctypes wrapper for a C library that uses MuJoCo 1.5. The problem is when I import my libr…
-
Many of the functions in scipy do not include examples in their docstrings. Even a simple example can be helpful for a new user, so we should try to include examples wherever possible.
A script ca…
-
Hi,
With the language="c++" option, the following code snippet using array slicing fails to compile properly:
```
from numpy cimport ndarray as ar
import numpy as np
def f():
cdef ar a1 = np.ar…
-
Hi,
With the language="c++" option, the following code snippet using array slicing fails to compile properly:
```
from numpy cimport ndarray as ar
import numpy as np
def f():
cdef ar a1 = np.ar…
-
## 🐛 Bug Description
python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [28 lines of output]
/usr/local/lib64/python3.9/site-packages/Cython/Compiler/Main.py:381: F…
-
Hi there, can you provide any clues for the install problem below (Python 2.7.6 on Linux 3.16.0-38-generic)? Thanks!
python setup.py build_ext
Compiling _MultiNEAT.pyx because it changed.
[1/1]…
-
Hi,
I am trying to install the latest taxonomer (taxonomer_0.5), and unfortunately there is not much progress due to a problem I cannot understand. This is the error message :
> python setup.py bu…
-
I think it would be nice to be able to store any kind of numpy arrays using h5py, including ones with 0-length fields.
```
tyrion ~$ mkvirtualenv -p $(which python3) h5py-test
(h5py-test) tyrion ~$…
-
Is there any specific format requirement for prediction tsv?
I am able to run the predict function when I use the tsv within the repository.
I am getting error when I tried to predict on a file I …