Open YievCkim opened 4 years ago
If you successfully built the .so file of the native library, make sure your Python interpreter can find it somewhere in search path, maybe symlink or copy it where it can be found, and try again.
Ok I'll try this. I am under virtualenv with pypy3. I will try with cpython3 too. Thx
Hello,
I tried with cpython and ETF native lib works in this enviornment.
For pypy it doesn't work. Perhaps it's normal I don't know.
Thx anyway
a quick google shown something about the install procedure needed to be pypy. Maybe we haven't written setup.py well enough to work natively with pypy.
Don't run pypy so I have a hard time testing it.
Ok. I can look for this I think.
Hello,
I am trying to run Pyrlang with the native term ETF library.
I have installed setuptools-rust and I see the output from Rust compiler:
After that I tried to install Pyrlang but I get the same warning about ETF:
What must I do to get the native codec ?