Mahsa Faraji
07/15/2024, 12:01 PMkapa.ai
07/15/2024, 12:01 PMabctl local install
command on certain versions of Mac, as reported in this [Github issue](https://github.com/airbytehq/airbyte/issues/40745). The error message "panic: interface conversion: interface {} is nil, not string" is related to a type conversion error in the Go programming language, which Airbyte uses. One user reported that the issue seems to have been introduced in version 0.5.0 of abctl
. They found that abctl
v0.4.0 runs on their Macbook Pro M2, but v0.5.0 (and newer) does not, and instead fails with the same error. As a workaround, you might consider downgrading to an older version of abctl
if possible. However, please note that this might not be the best solution as older versions may lack features or fixes present in newer versions. If you continue to experience this issue, I recommend reporting it on the [Airbyte Github issues page](https://github.com/airbytehq/airbyte/issues) for further assistance from the Airbyte team.Mahsa Faraji
07/15/2024, 12:03 PMBryce Groff
07/15/2024, 6:57 PM