https://bugs.documentfoundation.org/show_bug.cgi?id=143980
--- Comment #11 from flywire <[email protected]> --- (In reply to edil from comment #0) > Add the numpy python library to LibreOffice You can add numpy yourself but it isn't easy, remember to add the dll too if some other install hasn't put it in your path - see https://ask.libreoffice.org/t/install-python-package-for-libre-office/66934/15 - Installs scipy and numpy. Fiddle around and ad the dll too. The big issue is Python needs pip to install packages but it is not implemented in LO and the community is fairly clueless how to install it - see Bug #143867 Clearly, the community has little idea how to do it - https://ask.libreoffice.org/t/install-python-package-for-libre-office/66934 Even there the dll is missing. Someone muddling through the process and installing pip and packages doesn't mean everything is fine. (In reply to Ming Hua from comment #5) > ... I personally feel the > developers' efforts would be better put into making installing external > modules from PyPI and building virtual environments easier with LO's bundled > python. Then we can avoid frustrated users like in bug 143867. Maybe > starting with adding "ensurepip" module into our bundle, and writing a good > tutorial about setting up PIP and installing packages from PyPI with > LO-bundled python? Unless users express concern with poor package support bugs like bug 143867 will keep getting closed. -- You are receiving this mail because: You are the assignee for the bug.
