Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to start loganon - ModuleNotFoundError: No module named 'magic' #5

Open
thomasle-SHS opened this issue Jan 30, 2025 · 2 comments

Comments

@thomasle-SHS
Copy link

Trying to reactivate this great tool, using AlmaLinux8, but receiving this error

./loganon.sh
Traceback (most recent call last):
File "/usr/local/sbin/loganon", line 24, in
import magic
ModuleNotFoundError: No module named 'magic'

I guess python3-magic is the missing module, but it seems to be there - any ideas?

yum install python3-magic
Last metadata expiration check: 2:19:39 ago on Thu 30 Jan 2025 09:46:26 AM CET.
Package python3-magic-5.33-26.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!

@sebix
Copy link

sebix commented Jan 31, 2025

There are two different libraries both called "magic"

@thomasle-SHS
Copy link
Author

@sebix - which is the one needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants