https://bugs.documentfoundation.org/show_bug.cgi?id=162786
Bug ID: 162786
Summary: Ship Python package manger (PIP) with LibreOffice
internal Python
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
PIP is the famous Python package manger which is widely used to install and
manage Python packages. This ticket is the feature request for installing and
shipping PIP with LibreOffice core builds.
https://en.wikipedia.org/wiki/Pip_(package_manager)
Currently, PIP is not shipped with LibreOffice internal Python. There are
multiple reasons to have that inside LibreOffice core. I can enumerate at least
these reasons:
1. Installing PIP with extensions have issues, I myself have issues installing
it on Linux.
2. Having PIP in core removes the need to create a LO extension for each and
every PIP package.
3. Having PIP inside core lets other developers test it on different platforms,
add more functionalities and make it robust.
4. It makes easier for the Python extensions to use other Python packages.
Therefore, installing PIP can be an important enhancement for LibreOffice
internal Python.
--
You are receiving this mail because:
You are the assignee for the bug.