最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Error when deploying dash app with dash-tools and render - Stack Overflow

programmeradmin7浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论