LogMerger 0.11.0 package is broken
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 ?
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.
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!
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
Thanks for looking into this. Can you submit a PR with your fixes?
Perhaps a new release could be created after this PR is merged?
Released today in version 0.12.0