【问题标题】:Using Soundcloud Python library in Google App Engine - what files do I need to move?在 Google App Engine 中使用 Soundcloud Python 库 - 我需要移动哪些文件?
【发布时间】:2023-04-07 07:52:01
【问题描述】:

我想在我正在使用 Google App Engine 开发的网络应用程序中使用 soundcloud python 库。但是,我在下载的 soundcloud 库文件中找不到任何名为“soundcloud.py”的文件。使用 pip install 时,它在我的本地计算机上运行良好。

为了能够在 Google App Engine 中“导入 soundcloud”,我需要移动哪些文件 - 或者我需要采取哪些具体步骤。

我已经尝试将所有 *.py 文件移动到我的主应用程序目录中,但仍然出现此错误:
导入声音云
ImportError:没有名为 soundcloud 的模块

【问题讨论】:

    标签:
    python
    google-app-engine
    pip
    soundcloud