help, please #31
Unanswered
dims99999999999
asked this question in
Q&A
Replies: 1 comment
-
delete Python, install version 3.12.1, and after, paste this command into command prompt and press enter. Importerror means the dependency cannot be found by python. pip install requests pystyle phonenumbers dnspython email-validator beautifulsoup4 lxml python-whois tqdm openai python-magic Pillow PyPDF2 openpyxl python-docx python-pptx mutagen tinytag Version 1.14 is working, and I had a few friends download it to see if they could replicate the issue, and they couldn't. It's working. Try what I wrote above, and if there are still issues, contact me. |
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
-
py clatScope.1.14.CLI.py
Traceback (most recent call last):
File "D:\dims\GitHub\ClatScope\clatScope.1.14.CLI.py", line 25, in
import magic
File "C:\Users\niisi\miniconda3\Lib\site-packages\magic_init_.py", line 209, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "C:\Users\niisi\miniconda3\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
all dependencies are installed
Beta Was this translation helpful? Give feedback.
All reactions