[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2022-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 flywire changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #15 from Alex Thurgood --- (In reply to Jan-Marek Glogowski from comment #14) > Maybe it'll work the same way then additional language packs are installed > in MacOS. AFAIK that is a big hack already, often confuses users,

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-09-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #14 from Jan-Marek Glogowski --- (In reply to Alex Thurgood from comment #13) > Can someone tell me how all of this is supposed to work on macOS without > invalidating the app bundle ? > > I see that pip3.8 is included in

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #13 from Alex Thurgood --- Can someone tell me how all of this is supposed to work on macOS without invalidating the app bundle ? I see that pip3.8 is included in the Mac app bundle, but launching it immediately says that it

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 Rafael Lima changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #12 from flywire --- Add get-pip.py to the install -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 Jan-Marek Glogowski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #10 from flywire --- ;TLDR Embedded LO python will never be standard so DOCUMENT IT so users can work with it, include pip as in a standard install (likely in an admin area). Someone getting a non-standard undocumented

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #9 from elmau --- With LibO 7.2 in W10, pip install correctly again. So, we can close this issue. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #8 from elmau --- Created attachment 174461 --> https://bugs.documentfoundation.org/attachment.cgi?id=174461=edit Install Python pip with Python embeded LibreOffice -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #7 from Ming Hua --- (In reply to flywire from comment #6) > pip maintainers consider LibreOffice python install is incomplete because > pip should be installed as part of the distribution - >

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #6 from flywire --- Created attachment 174360 --> https://bugs.documentfoundation.org/attachment.cgi?id=174360=edit Pip Missing DLL Error pip maintainers consider LibreOffice python install is incomplete because pip should

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #5 from elmau --- I tested install in fresh install in Windows 10 with LibO 7.2 (Py3.8) and get_pip.py work fine. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added Blocks||127593

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 Jean-Baptiste Faure changed: What|Removed |Added OS|All |Windows (All)

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #4 from flywire --- Your comments are reassuring. I've upgrade LO and I'll try get-pip.py again. Version: 7.2.0.3 (x64) / LibreOffice Community Build ID: 2a7ea282da28d665a7dc086360567b4aea27bf08 CPU threads: 8; OS: Windows

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 Ming Hua changed: What|Removed |Added CC||ming.v@qq.com --- Comment #3

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #2 from flywire --- (In reply to flywire from comment #1) > https://github.com/pypa/pip/issues/10006 > > > The root cause is : from asyncio import sleep This is unrelated to the resolver -- the failure is happening during

[Libreoffice-bugs] [Bug 143867] Python Implementation Poorly Conceived with No Package Installation Process

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143867 --- Comment #1 from flywire --- https://github.com/pypa/pip/issues/10006 > The root cause is : from asyncio import sleep -- You are receiving this mail because: You are the assignee for the bug.