when I use "abctl local install" I get this error ...
# ask-ai
m
when I use "abctl local install" I get this error "panic: interface conversion: interface {} is nil, not string"
k
This error seems to be a known issue with the
abctl 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.
m
I checked the last three version of airbyte and all of them have this error and also I am using ubuntu 22
b
@Mahsa Faraji thank you for reporting this error, we will take a look at try to get this fixed asap.
🙏 1