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
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
I tried changing kPythonEngine to "python" (instead of "python-engine") then faced the following issue (why I wanted to change the name is not too important)
./cortex engines install python
The following argument was not expected: python
Run with --help for more information.
The issue is the the CLI checks for supported engines against .cortexrc, which still only has the old engine names -> discrepancy between binary and .cortexrc. This is also problematic if we add a new engine in the future -> .cortexrc doesn't have the new engine name -> doesn't allow existing users to install.
I don't see a good reason to save supportedEngines in .cortex. It should always be referenced against the binary instead (either cortex or cortex-server) -> single source of truth