You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
以下是应用启动时的log:
App exited unexpected. "[ 232 ], Bottle v0.12.13 server starting up (using CherryPyServer())...\nListening on http://0.0.0.0:80/\nHit Ctrl-C to quit.\n\nTraceback (most recent call last):\n File "index.py", line 16, in \u003cmodule\u003e\n robot.run(server='cherrypy',host='0.0.0.0',port=80)\n File "/usr/local/lib/python2.7/site-packages/werobot/robot.py", line 400, in run\n self.wsgi.run(server=server, host=host, port=port)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 755, in run\n run(self, **kwargs)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3127, in run\n server.run(app)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 2787, in run\n from cherrypy import wsgiserver\nImportError: cannot import name wsgiserver\n"
以下是应用启动时的log:
App exited unexpected. "[ 232 ], Bottle v0.12.13 server starting up (using CherryPyServer())...\nListening on http://0.0.0.0:80/\nHit Ctrl-C to quit.\n\nTraceback (most recent call last):\n File "index.py", line 16, in \u003cmodule\u003e\n robot.run(server='cherrypy',host='0.0.0.0',port=80)\n File "/usr/local/lib/python2.7/site-packages/werobot/robot.py", line 400, in run\n self.wsgi.run(server=server, host=host, port=port)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 755, in run\n run(self, **kwargs)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3127, in run\n server.run(app)\n File "/usr/local/lib/python2.7/site-packages/bottle.py", line 2787, in run\n from cherrypy import wsgiserver\nImportError: cannot import name wsgiserver\n"
环境中始终无法从cherrypy导入wsgierver?但是构建时各个requirement都是提示install success的
The text was updated successfully, but these errors were encountered: