我是一个用ubuntu编程的超级新手,正在尝试在我创建的web服务器上安装gekko汽车交易机器人。当我尝试启动服务时,我正在使用我找到的网站上的一些说明,并且已经完成了所有操作: node gekko --ui我一直收到以下错误: node:internal/modules/cjs/loader:944 throw err;^
Error: Cannot find module 'relieve'
Require stack:
- /root/gekko/core/workers/dateRangeScan/parent.js
- /root/gekko/web/routes/scanDateRange.js
- /root/gekko/web/server.js
- /root/gekko/gekko.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:941: 15)
at Function.Module._load (node:internal/modules/cjs/loader:774:27)
at Module.require (node:internal/modules/cjs/loader:1013:19)
at require (node:internal/modules/cjs/helpers:93:18)
at Object.<anonymous> (/root/gekko/core/workers/dateRangeScan/parent.js:1: 16)
at Module._compile (node:internal/modules/cjs/loader:1109:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10 )
at Module.load (node:internal/modules/cjs/loader:989:32)
at Function.Module._load (node:internal/modules/cjs/loader:829:14)
at Module.require (node:internal/modules/cjs/loader:1013:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/gekko/core/workers/dateRangeScan/parent.js',
'/root/gekko/web/routes/scanDateRange.js',
'/root/gekko/web/server.js',
'/root/gekko/gekko.js'
]
}
root@hwsrv-873622:~/gekko#发布于 2021-05-08 20:32:22
Gekko Bitcoin Open Source Auto-Trading Bot不同于本文中的Gekko Optimization Suite,即tagged。
Python是一个
包,用于机器学习和混合整数和微分代数方程的优化。它与用于线性、二次、非线性和混合整数规划(LP、QP、NLP、MILP、MINLP)的大规模求解器相耦合。操作模式包括参数回归、数据协调、实时优化、动态仿真和非线性预测控制。GEKKO是一个面向对象的Python库,用于促进APMonitor的本地执行。
Gekko优化套件的安装包含:
python -m pip install gekko这两个包都是在麻省理工学院的许可下发布的,Gekko Optimization Suite source code可以在GitHub上使用。比特币交易机器人不再维护,但source code可用。
https://stackoverflow.com/questions/67442406
复制相似问题