我在pycharm上运行bs4,当我设置代码时,它只是抛出错误
import bs4
from urllib.request import urlopen as uReq
from bs4 import BeautifulSoup as soup
my_url = 'https://www.newegg.com/'
uClient = uReq(my_url)
page_html = uClient.read()
uClient.close()
page_soup = soup(page_html, 'html.parser')
/users/alirahman/pycharmprojects/scraper/venv/bin/python/users/alirahman/pycharmprojects/scraper/app.py追溯(最近一次调用):文件“/library/framework/python.framework/versions/3.7/lib/python3.7/urllib/request.py”,第1317行,在do_open encode_chunked=req.has_header('transfer-encoding')中)文件“3.7/lib/python3.7/http/client.py“,第966行,在send self.connect()文件中”/library/frameworks/python.framework/versions/3.7/lib/python3.7/http/client.py“,第1414行,在connect server_hostname=server_hostname)文件中”/library/frameworks/python.framework/versions/3.7/lib/python3.7/ssl.py“,第423行,在wrap_socket session=session
在处理上述异常时,又发生了一个异常:
回溯(最近一次调用):文件“/users/alirahman/pycharmprojects/scraper/app.py”,第7行,在uClient=uReq(my_url)文件中“/library/frameworks/python.framework/versions/3.7/lib/python3.7/urllib/request.py”,第222行,在urlopen返回opener.open(url,data,timeout)文件中“错误:
进程已完成,退出代码为%1
使用requests
库而不是urllib.request
。以下方法应该起作用。
import requests
from bs4 import BeautifulSoup
response = requests.get("https://www.newegg.com/")
soup = BeautifulSoup(response.content, "html.parser")
null C:\program files\nodejs>npm安装-g polymer-cli@next npm WARN可选跳过可选依赖项:fsevents@1.2.4(Node_modules\polymer-cli\node_modules\fsevents):npm WARN notsup跳过可选依赖项:fsevents@1.2.4:wanted{“OS”:“Darwin”,“arch”
java.lang.IllegalStateException:未能加载ApplicationContext 原因:org . spring framework . beans . factory . unsatisfieddependencyexception:创建在URL[jar:file:/C:/Users/MDI vya/. m2/repository/io/spring fox/spri
我试图在webGL中构建我的游戏,但我得到了这个错误 找不到文件“C:\users----\OneDrive\Documents\Endless\Runner\Temp\StagingArea\Data\Native\Build.bc” 我对unity和stackoverflow很陌生,所以不要对我太苛刻。
在C:\用户\戴尔\桌面\项目\my-app中创建新的React应用。 安装包。这可能需要几分钟。使用cra模板安装反应、反应-多姆和反应-脚本... NPM ERR!最大调用堆栈大小超过npm ERR!超出最大调用堆栈大小 NPM ERR!此运行的完整日志可以在npm ERR中找到!C:\用户\戴尔\AppData\漫游\npmcache_logs\2020-09-05T07_43_27_276
在Flatter中实现facebook登录后,我出现了这些错误。我的代码无法执行 e:C:/Users/HP/。gradle/caches/transforms-2/files-2.1/0c02c09b68f8e9b24bbbea025e769c0c/jetified-facebook-core-12.2.0-api。罐子/META-INF/facebook-core_发布。kotlin_模块:模