Closed
Description
Is PyPy supported?
I tried the sinple-extension example, but it does not seem to work:
cd examples/simple-extension
$ maturin develop -b cffi
❯ pypy
Python 3.7.12 | packaged by conda-forge | (44db2626, Oct 29 2021, 16:13:40)
[PyPy 7.3.7 with GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>> import numpy as np
>>>> import rust_ext
>>>> rust_ext.axpy(2.0, np.array([0.0, 1.0]), np.array([2.0, 3.0]))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'rust_ext' has no attribute 'axpy'
>>>>
Metadata
Metadata
Assignees
Labels
No labels