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

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=14
                   |                            |3980

--- Comment #9 from Xisco FaulĂ­ <[email protected]> ---
Hi Pierre,
Sorry for my previous comment, I was talking nonsense.
The issue described here is the same as when installing numpy through pip, see
https://bugs.documentfoundation.org/show_bug.cgi?id=143980#c15. For now, a
workaround is to run

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