Hi, just joined and trying to install SigNoz local...
# support
j
Hi, just joined and trying to install SigNoz locally. I have cloned the repository but when running ./install.sh I encounter the following issue when it downloads the frontend. "ERROR: for frontend no matching manifest for linux/arm64/v8 in the manifest list entries" Any thoughts?
p
@Jens Perregaard which OS are you trying to set up SigNoz?
j
MacOS, M1
p
MacOS, M1 should work. Have you followed the instructions here? https://signoz.io/docs/install/docker/#install-signoz-using-the-install-script
@Prashant Shahi do you have more insights here?
j
Interesting. I have followed the instructions. Seems like it can't find the arm64 manifest for the frontend
p
@Jens Perregaard The current setup should work without any problem in M1.
Though we don't officially support ARM64 yet.
j
Hmm, it's just not working when running ./install.sh I am using macOS Monterey 12.3.1 if that makes any difference. See the snippet
I just had a friend (also with M1) try and install SigNoz, it did not work either.
n
I think @Jens Perregaard is running the main branch. @Prashant Shahi on the main branch the version of frontend is
0.14.1
and that version is giving issues on M1 mac. Though
0.13.1
on develop branch is working fine.