Помогите пожалуйста #28
Unanswered
krico20000
asked this question in
Q&A
Replies: 2 comments
-
Если сможете понять как решить, подскажите и мне тоже |
Beta Was this translation helpful? Give feedback.
0 replies
-
you need to install all the dependencies. I just tested it on my computer, and it works fine. type this into command prompt, then press enter 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 |
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.
-
C:\Users\durnovtsev-yy\PycharmProjects\pythonProject.venv\Scripts\python.exe C:\Users\durnovtsev-yy\PycharmProjects\pythonProject\2.py
Traceback (most recent call last):
File "C:\Users\durnovtsev-yy\PycharmProjects\pythonProject\2.py", line 25, in
import magic
File "C:\Users\durnovtsev-yy\PycharmProjects\pythonProject.venv\Lib\site-packages\magic_init_.py", line 209, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "C:\Users\durnovtsev-yy\PycharmProjects\pythonProject.venv\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
Process finished with exit code 1
Beta Was this translation helpful? Give feedback.
All reactions