Closed thiagokokada closed 2 years ago
When using make PYTHON_EXECUTABLE=python3 the build fails when Python 3.9+ is being used. The reason is array.array.tostring method was deprecated since Python 3.2, finally removed on Python 3.9.
make PYTHON_EXECUTABLE=python3
array.array.tostring
Thanks @twinaphex for mergin this :smile: .
When using
make PYTHON_EXECUTABLE=python3
the build fails when Python 3.9+ is being used. The reason isarray.array.tostring
method was deprecated since Python 3.2, finally removed on Python 3.9.