logmerger icon indicating copy to clipboard operation
logmerger copied to clipboard

LogMerger 0.11.0 package is broken

Open SebHeuze opened this issue 7 months ago • 2 comments

Hi,

LogMerger 0.11.0 appear to be broken, When I install it with Python 3.12.3 (using pip or pipx) and run it I have :

from logmerger.logmerger import main
ModuleNotFoundError: No module named 'logmerger'

While if I install logmerger 0.10.0 it work

Maybe LogMerger 0.11.0 package is broken ?

SebHeuze avatar May 06 '25 15:05 SebHeuze

Thanks for the report!

In going from 0.10 to 0.11, I converted from setup.py to pyproject.toml. Double-checking now to see if I mis-entered the settings in the translation.

ptmcg avatar May 06 '25 20:05 ptmcg

Thanks, I was going crazy trying to install this package, I don’t use Python a lot, so I couldn’t figure out what was wrong. I tried using pipx and a virtual environment with pip, but nothing worked.

Then I noticed that the 0.10.0 package was different from the 0.11.0 one, so I decided to try installing version 0.10.0 — and it worked.

By the way, wonderful tool. Thanks for your work!

SebHeuze avatar May 07 '25 08:05 SebHeuze

Hi! In all sources you need to remove from logmerger. from .logmerger in imports. and when installing in the environment, the installation path is not taken into account - accordingly, it does not find the folder with the logmerger.py file

after fixing the above points everything works I haven't found any other errors yet

GLADtr avatar Aug 12 '25 15:08 GLADtr

Thanks for looking into this. Can you submit a PR with your fixes?

ptmcg avatar Aug 20 '25 11:08 ptmcg

Perhaps a new release could be created after this PR is merged?

jtmoon79 avatar Aug 27 '25 18:08 jtmoon79

Released today in version 0.12.0

ptmcg avatar Sep 10 '25 03:09 ptmcg