Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Heroku上的Plotly Dash服务器在推送时失败-bonjour py==0.3_Python_Heroku_Bonjour_Plotly Dash_Pybonjour - Fatal编程技术网

Python Heroku上的Plotly Dash服务器在推送时失败-bonjour py==0.3

Python Heroku上的Plotly Dash服务器在推送时失败-bonjour py==0.3,python,heroku,bonjour,plotly-dash,pybonjour,Python,Heroku,Bonjour,Plotly Dash,Pybonjour,我正在尝试使用heroku服务器部署Dash应用程序(来自Plot.ly)。 -使用的教程可在此处找到:首先,我登录我的heroku帐户并创建了应用程序: heroku create [app-name] git add . git commit -m 'Initial app boilerplate' 然后,当我转到push时,出现以下错误消息: Could not find a version that satisfies the requirement bonjour-py==0.3 (

我正在尝试使用heroku服务器部署Dash应用程序(来自Plot.ly)。
-使用的教程可在此处找到:
首先,我登录我的heroku帐户并创建了应用程序:

heroku create [app-name]
git add .
git commit -m 'Initial app boilerplate'
然后,当我转到push时,出现以下错误消息:

Could not find a version that satisfies the requirement bonjour-py==0.3 (from -r /tmp/build_fa37b18f035bde634151755000947df0/requirements.txt
我尝试过从需求文件中删除bonjourpy==0.3,但没有成功。我还尝试删除需求文件。不知道怎么了