-
I'm getting "BufferError: memoryview: underlying buffer is not C-contiguous" when running pyelastix.register on two numpy arrays. Any ideas?
-
I tried the test.py which works ok (after I copy ccv.so to the cwd). Now I would like to try passing an image array to ccv functions so as a first test I try uncommenting the lines in test.py that use…
-
BPO | [41223](https://bugs.python.org/issue41223)
--- | :---
Nosy | @sweeneyde, @jakirkham
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the cur…
-
Getting a `TypeError: Cannot overwrite C type memoryview` when importing bnpy. Bnpy was installed without Eigen and from the python3_compatability branch.
```
import bnpy
Traceback (most recent …
-
BPO | [15994](https://bugs.python.org/issue15994)
--- | :---
Nosy | @gpshead, @jcea, @vstinner, @tiran, @ezio-melotti, @methane, @skrah, @vadmium, @taralx
Files | [release-view.patch](https://bugs.pyt…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
`isscalar` doesn't support memoryview object:
```python
>>> import numpy
>>> numpy.__version__
'1.13.0.dev0+c5e1773'
>>> numpy.isscalar(memoryview(numpy.array([])))
True
```
-
The binary type checks will check for bytearray and buffer (memoryview), but not bytes
-
Attempting to generate a `memoryview` from a static array fails with the error message below. Am a little confused as to why a static array would be treated as a Python list.
```cython
cpdef void …
-
**Description:**
I'm encountering an issue when trying to load a spaCy model using the `SpacyPOSTagger` or even with `spacy.load` method. The error message I receive is:
```
memoryview: a bytes…