Joseph Retzer
Joseph Retzer
Thanks very much for your response. I did install llvm using brew. When executing the command again (brew install llvm) I get the following message: Warning: llvm 13.0.0_2 is already...
Hi @motiwari, yes I did. When I try xcode-select --install I get xcode-select: error: command line tools are already installed, use "Software Update" to install updates Thanks again.
Hello @motiwari I checked and I do have a /usr/local directory. I also checked and there was no update for xcode in the app store app. I tried to update...
Hello @motiwari , I tried your suggestions and my results are listed below 1. Here is the path I get when I execute "brew --prefix armadillo" /opt/homebrew/opt/armadillo 2. I checked...
Hello @motiwari I am still unable to install banditPAM. It seems like the error is not related to not finding armadillo in /usr/local/include but rather maybe that an error is...
@motiwari it looks like its not getting past the setup.py step (error attached [newError.txt](https://github.com/ThrunGroup/BanditPAM/files/7804010/newError.txt) )
Looks like a similar error [newError2.txt](https://github.com/ThrunGroup/BanditPAM/files/7804209/newError2.txt) .
Thanks very much @motiwari, I very much appreciate it.
Fantastic! Thanks so much for doing this, I’ll look forward to your update, Take care, Joe > On Jan 10, 2022, at 11:12 PM, Mo Tiwari ***@***.***> wrote: > >...
Hello @motiwari It appears to install correctly: However I’m getting errors when I try running the code: >>> from banditpam import KMedoids TypeError: object of type 'module' has no len()...