BeautifulSoup安装错误...我的windows环境是64bit..andㅠㅠ也是64位,3.8.2版本帮助我ERROR: Command errored out with exit status 1:
command: 'C:\Users\hoyou\AppData\Local\Programs\Python\Python38\python.exe' -c 'import sys
我正在尝试从word文档中提取一个特定的表格,该表格紧跟在标题“缩写列表”之后,并在.docx文件中紧跟在标题“图形研究”之后的图像。我已经能够使用python-docx代码提取标题,但是如何使用标题或它们的位置解析文档来检索图像和我正在使用if re.match("Graphical", img.previous_sibling.text)搜索图像的table.In美汤。我的python docx代码是: from docx im