我在以下代码中收到导入错误,我无法修复它
from urllib.error import HTTPError
from urllib.error import URLError
import urllib.request as url
import lxml.html错误:
Exception has occurred: ImportError
DLL load failed: The specified module could not be found.
File "C:\Users\ORIB1\Downloads\PageRank-master (1)\PageRank-master\src\altparse\alt_htmlparser.py", line 4, in <module>
import lxml.html发布于 2019-10-04 15:21:19
把这个包安装到解释器或者虚拟环境怎么样?
https://stackoverflow.com/questions/58231560
复制相似问题