prrvchr / jdbcDriverOOo

JDBC Driver for LibreOffice
https://prrvchr.github.io/jdbcDriverOOo/
6 stars 0 forks source link

"No module named "packaging"" error while installing #4

Closed artem78 closed 7 months ago

artem78 commented 7 months ago

When I try to install jdbcDriverOOo package in LibreOffice I see "no module named "packaging"" error.

Снимок экрана в 2023-11-24 14-01-07

Running this command has no effect:

user@pc:~$ pip3 install packaging
Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (20.3)

LibreOffice version: 6.4.7.2 OS: Linux Mint 20.3 Una (based on Ubuntu 20.04 focal) Java: openjdk 11.0.20.1 2023-08-24

prrvchr commented 7 months ago

Hi,

You are right, the python package packaging is missing. I just fixed this problem, version 1.0.6 should work fine. Do not hesitate to open a new issue if necessary.

artem78 commented 7 months ago

Thanks a lot for very fast fix! New version installed successfully and works fine.

prrvchr commented 7 months ago

Thanks a lot for very fast fix! New version installed successfully and works fine.

You're welcome. All credit goes to you, this bug has been there for a while... You are the only one who took the time to open an issue to report it to me.. Thank you.