cmzz
cmzz
├── helloworld.py ├── static │ ├── css │ ├── images │ └── js ├── templates │ └── index.html ``` app = Vibora( template_dirs=['.'], static=StaticHandler(paths=['.'], host='127.0.0.1', ) ) @app.route('/index') async def...
I find the earliest xeus-lua in this link [conda_for_xeus-lua_version](https://anaconda.org/conda-forge/xeus-lua/files?page=2), not support other lua version. I want run in lua 5.3.5 version.
如题所示: nohup.out文件没有任何报错显示,debug.log 有显示 [0223/144750:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004 [0223/144751:ERROR:node_debugger.cc(86)] Cannot start debugger server 这个怎么解决