marcecj / faust_python

A Python FAUST wrapper implemented using the CFFI.
Other
31 stars 6 forks source link

cannot pass setup.py #2

Open face2Sato opened 2 years ago

face2Sato commented 2 years ago

Hello!

I have tried to use FAUSTPy, but it has not been done "python3 setup.py test" with some errors and I have no idea how to solve this problem...

error:

FAUSTPy/pycache/cffi_.c::: error: ‘MetaGlue’ {aka ‘struct ’} has no member named ‘metaInterface’; did you mean ‘mInterface’? * | m->declare(m->metaInterface, "", "");

. . .


Ran 30 tests in 2.565s

FAILED (errors=29) Test failed: error: Test failed:

environment: Python 3.8.10 CFFI 1.15.0 NumPy 1.21.4 FAUST2 2.38.4 Linux Mint 20.2 x86_64

Best regards