Cannot install clusterProfiler on Mac M1

I am using Mac M1. I got the following error when I installed clusterProfiler.

It looks like you don't have the compiler toolchain installed from Apple. Confirm from a terminal with

which gcc

If no result, make sure that your $PATH is correctly set

echo $PATH

if /usr/bin doesn't appear that's the problem; if it does, the see here to install.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.