gpt4 book ai didi

python 2.7 : How to use BeautifulSoup in Google App Engine?

转载 作者:太空狗 更新时间:2023-10-29 17:01:44 25 4
gpt4 key购买 nike

<分区>

我正在尝试以下操作:

from bs4 import BeautifulSoup

得到了错误

Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/admin/__init__.py", line 355, in post
exec(compiled_code, globals())
File "<string>", line 1, in <module>
ImportError: No module named bs4

如何将它与 Google App Engine runtime 2.7 一起使用?

更新
我的项目结构看起来像

flask-appengine-template/
docs/
licenses/
src/
application/
static/
templates/
models.py
settings.py
urls.py
views.py
libs/
bs4/
app.yaml
src.py

我正在使用来自 here 的模板由于 app.yaml 的父级是 src,我添加了一个文件 src.py 并在其中添加了两行。

我仍然看到同样的错误

ImportError: No module named bs4

但是,根据 app.yaml,我的项目名称是 flaskonappengine请告诉我我还做错了什么?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com