小编Car*_*rez的帖子

Heroku 无法安装 pywin32 库

我正在尝试将我的 Python 应用程序推送到 Heroku,但似乎pywin32没有安装:

Counting objects: 519, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (483/483), done.
Writing objects: 100% (519/519), 7.55 MiB | 136.00 KiB/s, done.
Total 519 (delta 247), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing python-3.6.4
remote: -----> Installing pip
remote: -----> Installing requirements with pip
remote:        Collecting aioredis==1.0.0 (from -r /tmp/build_9cc549609c727e83c7b487b43fec0a2e/requirements.txt (line 1))
remote:          Downloading https://files.pythonhosted.org/packages/e6/15/79bc11213e1b918f152914e1de96e5610961da3709e3ca8cc650e00b8f4e/aioredis-1.0.0-py3-none-any.whl (59kB) …
Run Code Online (Sandbox Code Playgroud)

python django heroku

6
推荐指数
1
解决办法
3609
查看次数

标签 统计

django ×1

heroku ×1

python ×1