gpt4 book ai didi

google-app-engine - 为什么在运行 Google App Engine Python 2.7 Mac OSX 时 PIL 不在本地加载?

转载 作者:太空宇宙 更新时间:2023-11-03 15:32:29 25 4
gpt4 key购买 nike

我在 Mac OSX 10.7.4 上使用 Google App 引擎。当我从命令行加载 PIL 时,一切正常。但是,当我从 GAE 本地环境加载它时,即:

import Image

给我错误:

ImportError: No module named Image

这条线工作正常:

from google.appengine.api import images

所以我认为我的安装没有问题。当我将它部署到 GAE 时,该应用程序运行良好。另外,我在 app.yaml 中加载了 PIL 库:

libraries:
- name: webapp2
version: "2.5.1"
- name: lxml
version: latest
- name: PIL
version: latest
- name: numpy
version: latest

我还在/usr/bin/python, 2.7.1 中使用 python。我使用以下方法安装了 PIL:

brew install pip
pip install pil

最佳答案

您需要使用:from PIL import Image

关于google-app-engine - 为什么在运行 Google App Engine Python 2.7 Mac OSX 时 PIL 不在本地加载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11671540/

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