ParkerICI / vite

R package for analysis of single-cell data using graphs
GNU General Public License v3.0
10 stars 4 forks source link

Can't install vite, complier problem with Mac? #10

Closed jadechen9285 closed 4 years ago

jadechen9285 commented 4 years ago

Hi,

I have installed both grappolo and panorama successfully. However, I encountered issue while trying to install vite. After spending half of the day to figure out what is happening, I believe it has to do with R/Rstudio doesn't recognize Xcode command line tools that I have installed on my Mac?

I am running a Macbook pro with the following specs:

Snip20200709_2

One approach I found online is to uninstalling Xcode, both R and Rstudio, then install Command line tools again via ' xcode-select --install ' on terminal. Finally, I reinstalled R and Rstudio via 'brew cask install r ' 'brew cask install rstudio '.

Unfortunately, this doesn't resolve the issue, and I still get the same error messages to ask me install Build Tools (I clicked Yes each time, but nothing changed).

Snip20200709_4 Snip20200709_3

I also have gcc installed via brew. Here is the Command Line Tools library in my Mac.

Snip20200709_5

Anyone has encountered this type of issue before and know how to resolve it?

Thanks in advance!

jadechen9285 commented 4 years ago

I finally resolved the issue by following this following post

https://www.nistara.net/post/compile-issues-r/ .