https://bugs.documentfoundation.org/show_bug.cgi?id=143980

--- Comment #16 from Xisco FaulĂ­ <[email protected]> ---
Steps to install numpy in master:

1. instdir/program/python -m pip install --trusted-host pypi.org --trusted-host
files.pythonhosted.org numpy
2. for file in $(find instdir/program -name *.cpython-311-x86_64-linux-gnu.so);
do cp "${file}" "${file/.cpython-311-x86_64-linux-gnu.so/.cpython-3.11.so}";
done

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to