MNN
MNN copied to clipboard
archlinux pymnn error!
_mnncengine.cpython-311-x86_64-linux-gnu.so: cannot enable executable stack as shared object
Build with explicit non-executable stack flags:
export LDFLAGS="-z noexecstack"
python3 setup.py build
why add export LDFLAGS="-z noexecstack" ?
Probably this issue has been happening since glibc-2.41, I didn't do any more testing, I just reported that there was this problem on Archlinux, and the solution was known to more users.
Marking as stale. No activity in 60 days.