繁体   English   中英

当我将项目部署到 Heroku 时,youtokentome 出现问题

[英]Problem with youtokentome when i deploy my project to Heroku

我尝试将我的 python 项目部署到 heroku 并遇到这个问题:

Collecting youtokentome==1.0.6
remote:          Downloading youtokentome-1.0.6.tar.gz (86 kB)
remote:            ERROR: Command errored out with exit status 1:
remote:             command: /app/.heroku/python/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-k3by6gof/youtokentome/setup.py'"'"'; __file__='"'"'/tmp/pip-install-k3by6gof/youtokentome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hayjf3lo
remote:                 cwd: /tmp/pip-install-k3by6gof/youtokentome/
remote:            Complete output (5 lines):
remote:            Traceback (most recent call last):
remote:              File "<string>", line 1, in <module>
remote:              File "/tmp/pip-install-k3by6gof/youtokentome/setup.py", line 5, in <module>
remote:                from Cython.Build import cythonize
remote:            ModuleNotFoundError: No module named 'Cython'
remote: 

       ----------------------------------------

但我有: Cython==0.29.24 in my requirements.txt

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM