您使用的是YugabyteDB的非常旧的版本。截至2020年1月9日,最新版本为2.0.10。
看起来您的路径不匹配。您可以验证文件是否存在并且构建正确完成吗?
下载并安装(https://download.yugabyte.com)数据库:
wget https://downloads.yugabyte.com/yugabyte-2.0.10.0-linux.tar.gztar xvfz yugabyte-2.0.10.0-linux.tar.gz && cd yugabyte-2.0.10.0/./bin/post_install.sh./bin/yb-ctl create./bin/yb-ctl setup_redis
下载并安装yugastore:(https://github.com/yugabyte/yugastore#run-
locally)
git clone https://github.com/yugabyte/yugastorecd yugastorenode models/yugabyte/db_init.jsnpm start
在另一个外壳中:
cd yugastore/uinpm install # First time onlynpm start
网站将打开一个新标签。



