Skip to content

Is PyPy supported? #219

Closed
Closed
@ghuls

Description

@ghuls

Is PyPy supported?

I tried the sinple-extension example, but it does not seem to work:

cd examples/simple-extension

$ maturin develop  -b cffipypy
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions