例如,如果我尝试以下代码:data.url <- "http://stats.oecd.org/restsdmx/sdmx.ashx/GetData/QNA/AUS.B1startTime=2011-Q1&endTime=2015-Q2"我得到以下错误
<XMLInputError: XML contentdoes not seem to be XML
vscode中的虚拟环境中,安装了beautifulsoup,我可以在虚拟环境文件中看到最新的版本文件,我正在运行笔记本,但是它给出了ModuleNotFoundError: No module named 'bs4注意:当我写pip show beautifulsoup4时,它给了我关于4.11.1软件包的所有细节
我安装了beautifulsoup4和pip安装了bs4
"D:\python\beautifulsoup4-4.5.3\beautifulsoup4-4.5.3\bs4\__init__.py", 'You are trying to run===,但from bs4 import BeautifulSoup没有工作)
使用cmd并转到D:\python\beautifulsoup4-4.5.3\beautifulsoup4-4.5.3在D:\python\beautifulsoup4-4.5.3\beaut