doesn't work #33
Unanswered
TarnishedNow
asked this question in
Q&A
Replies: 2 comments
-
I have tested the script on my computer, and in a sandbox. I also had a friend try. It's working in all 3 situations. This means it's a client side error. Try pip install python-magic in command prompt and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
then after do pip install python-magic-bin, in that order |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "E:\barahlo\ClatScope\ClatScope.1.14.CLI.py", line 25, in
import magic
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\magic_init_.py", line 209, in
libmagic = loader.load_lib()
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\magic\loader.py", line 49, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
I did everything according to the instructions, I even tried it, which helped people in other discussions, but it didn't help
Beta Was this translation helpful? Give feedback.
All reactions