Я пробовал несколько версий о l xml для python3 .6, но все равно сообщаю об этой ошибке. Мне нужно подробное решение !!!!!
from lxml import html
C:\Users\17571\venv\Scripts\python.exe D:/Python/project/spider/test.py
Traceback (most recent call last):
File "D:/Python/project/spider/test.py", line 1, in <module>
from lxml import html
File "C:\Users\17571\venv\lib\site-packages\lxml\html\__init__.py", line 54, in <module>
from .. import etree
ImportError: DLL load failed: 找不到指定的程序。
Process finished with exit code 1