Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem updating to 2.3.2 #28

Open
sanjeevRJMU1 opened this issue Nov 15, 2017 · 12 comments
Open

problem updating to 2.3.2 #28

sanjeevRJMU1 opened this issue Nov 15, 2017 · 12 comments
Labels

Comments

@sanjeevRJMU1
Copy link

Hi,

I've been trying to run Monocle2.0 and got stuck with the BLAS/LAPACK error. This issue can be resolved apparently by updating the irlba package to 2.3.2. Unfortunately, I am unable to update to the latest version (attached screenshot).

Can you help me resolve this error?

Thanks!
Sanjeev

screen shot 2017-11-15 at 2 01 57 pm

@sunnyzwu
Copy link

sunnyzwu commented Nov 16, 2017

Hi Sanjeev,

I had the exact same issue as you through monocle. This installation issue is likely with gfortran 6.3.0 installed on your mac. You need to re-install gfortran 6.1.

First you have to delete all gfortran 6.3 files first so you can install from the disk image (disk image wont work otherwise);

sudo -r /usr/local/gfortran
sudo -r /usr/local/bin/gfortran
sudo rm /private/var/db/receipts/com.gnu.gfortran.bom
sudo rm /private/var/db/receipts/com.gnu.gfortran.plist

Download here and run the disk image for 6.1
https://gcc.gnu.org/wiki/GFortranBinaries#MacOS

Re-run installation;

install_github("bwlewis/irlba”)

Re-start R

library(irlba)

The error from monocle should be resolved

Hope that helps,
Sunny

@sanjeevRJMU1
Copy link
Author

That resolved the error!!!! Thank you SO much for your help!
Sanjeev

@bwlewis
Copy link
Owner

bwlewis commented Nov 21, 2017

Thanks so much @sunwu93 for helping out!

@muktad
Copy link

muktad commented Jan 5, 2018

Is there a tar or zip file for 2.3.2?

@sejiro
Copy link

sejiro commented Jan 10, 2018

Hello, I recently found that I will need to update to 2.3.2 however when I try to install from github I get an error. install.packages() will install irlba but install_github() is having some trouble, see the following:
screen shot 2018-01-10 at 2 08 20 pm

any advice in resolution? Thanks in advance,

UPDATE:
Seems I have the same gfortran dependency error now, I think with the above I can get it working again.

UPDATE 2:
now getting a new error after installing the disk image of 6.1
screen shot 2018-01-10 at 2 36 18 pm

-Sejiro

@bwlewis bwlewis added the bug label Jan 11, 2018
@bwlewis
Copy link
Owner

bwlewis commented Jan 11, 2018

Thanks @sejiro for catching this, a bug!. I'm removing that and re-checking the package now. This was important to catch as I'm trying to get 2.3.2 to cran as soon as possible (just fixed a bunch of issues in prcomp_irlba)...

bwlewis added a commit that referenced this issue Jan 11, 2018
@bwlewis
Copy link
Owner

bwlewis commented Jan 11, 2018

Try it now. Please let me know if you find anything else, I hope to send it off perhaps tomorrow to CRAN. I unfortunately don't have a macintosh to test on. Do you know if there is a way to rig Travis to test on the mac operating system?

Of course, once I get this on CRAN these problems will go away and you can just install it from there...

@sejiro
Copy link

sejiro commented Jan 11, 2018 via email

@sejiro
Copy link

sejiro commented Jan 11, 2018

Still getting the following error, should I go back and update to gfortran 6.3?

screen shot 2018-01-11 at 10 40 18 am

@bwlewis
Copy link
Owner

bwlewis commented Jan 11, 2018 via email

@sejiro
Copy link

sejiro commented Jan 11, 2018

Well, I'm still having some issues but I think I should be running 6.1 as I am operating off OS X el capitan ver. 10.11.6. I guess a binary on cran will appear in a couple days and I can circumvent this issue...but if anyone has any good ideas on how to set up my gcc/gfortran compiler so that it is working appropriately I'd be much obliged.

thanks for all the help
-Sejiro

@sejiro
Copy link

sejiro commented Jan 16, 2018

With the mac OS X El Capitan binary for 'irlba' going live on CRAN the package once again plays nice with the 'monocle' package I am using.

That said I am still unsure as to the exact nature of the dyld_stub_binding_helper bug that I am getting trying to install straight from github. If anyone knows a little more about gfortran and mac compilers help with this or a better explanation of the issue would be appreciated.

cheers,
-Sejiro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants