gpt4 book ai didi

python - 无法导入那里的模块

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

从命令行我无法导入 appengine,这可能与我的 python 路径有关:

$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from google.appengine.ext import db
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "google/appengine/ext/db/__init__.py", line 98, in <module>
from google.appengine.api import datastore
File "google/appengine/api/datastore.py", line 62, in <module>
from google.appengine.datastore import datastore_query
File "google/appengine/datastore/datastore_query.py", line 64, in <module>
from google.appengine.datastore import datastore_index
File "google/appengine/datastore/datastore_index.py", line 60, in <module>
from google.appengine.api import validation
File "google/appengine/api/validation.py", line 51, in <module>
import yaml
ImportError: No module named yaml
>>>

我不想重复安装,我想将 Python 解释器指向缺少的模块所在的位置。如何让解释器从命令提示符中找到应用引擎模块?在应用程序中,这些导入正在运行。

最佳答案

追加:

/usr/local/google_appengine/:/usr/local/google_appengine/lib/:/usr/local/google_appengine/lib/yaml/

您的 PYTHONPATH 环境变量应该可以解决问题(您的 SDK 位置可能会有所不同)。

关于python - 无法导入那里的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8790038/

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