admin管理员组文章数量:1432640
I've created a dash app that works well on my computer. I'm trying to deploy it to web using dash-tools. I use dashtools GUI, go through the steps to use render to deploy the app to web, but render keeps giving me the following errors. Does anyone know how to fix it?
Running setup.py install for docopt: finished with status 'error'
ERROR: Command errored out with exit status 1:
and
ERROR: Command errored out with exit status 1: /opt/render/project/src/.venv/bin/python3.10 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-l33hk2m0/docopt_91ee242022d24b6db837ce28e9c030c2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-l33hk2m0/docopt_91ee242022d24b6db837ce28e9c030c2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-fq9i3dba/install-record.txt --single-version-externally-managed --compile --install-headers /opt/render/project/src/.venv/include/site/python3.10/docopt Check the logs for full command output.
WARNING: You are using pip version 21.2.3; however, version 24.3.1 is available.
本文标签: pythonError when deploying dash app with dashtools and renderStack Overflow
版权声明:本文标题:python - Error when deploying dash app with dash-tools and render - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745580755a2664606.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论