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
Describe the bug
Installing Steampipe via Homebrew on a new Macbook M3 Pro fails to load with the following error:
Error: failed to initialise functions: ERROR: could not load library "/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so": dlopen(/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so, 0x000A): tried: '/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (no such file), '/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')) (SQLSTATE 58P01)
Expected behavior
Steampipe should install the arm fdw, not the x86_64 version.
Additional context
Tried running "/bin/sh -c "$(curl -fsSL https://steampipe.io/install/postgres.sh)" and installing the FDW that way, but no change to the behaviour.
The text was updated successfully, but these errors were encountered:
Describe the bug
Installing Steampipe via Homebrew on a new Macbook M3 Pro fails to load with the following error:
Error: failed to initialise functions: ERROR: could not load library "/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so": dlopen(/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so, 0x000A): tried: '/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (no such file), '/Users/<username>/.steampipe/db/14.2.0/postgres/lib/postgresql/steampipe_postgres_fdw.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')) (SQLSTATE 58P01)
Steampipe version (
steampipe -v
)To reproduce
Expected behavior
Steampipe should install the arm fdw, not the x86_64 version.
Additional context
Tried running "/bin/sh -c "$(curl -fsSL https://steampipe.io/install/postgres.sh)" and installing the FDW that way, but no change to the behaviour.
The text was updated successfully, but these errors were encountered: