crisprVerse / crisprScore

On-Target and Off-Target Scoring Algorithms for CRISPR gRNAs
MIT License
13 stars 3 forks source link

MacOS M1 chip #1

Closed Jfortin1 closed 1 year ago

Jfortin1 commented 2 years ago

From https://github.com/Jfortin1/crisprScore/issues/8:

Hello, received an error in RStudio when trying to use getAzimuthScores()

Error in checkForRemoteErrors(lapply(cl, recvResult)) : one node produced an error: /Users/nkuperwasser/Library/Caches/org.R-project.R/R/basilisk/1.8.0/crisprScore/1.0.0/azimuth_basilisk/lib/libpython2.7.dylib - dlopen(/Users/nkuperwasser/Library/Caches/org.R-project.R/R/basilisk/1.8.0/crisprScore/1.0.0/azimuth_basilisk/lib/libpython2.7.dylib, 0x000A): tried: '/Users/nkuperwasser/Library/Caches/org.R-project.R/R/basilisk/1.8.0/crisprScore/1.0.0/azimuth_basilisk/lib/libpython2.7.dylib' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e)))

I am not a coding expert by a long shot, but was wondering if this is perhaps due to the M1 chip?

Thanks

NK

Hi @nkuperwasser, yes, the M1 chip is causing the problem, see the issue here from the basilisk dependency: https://github.com/LTLA/basilisk/issues/18

Jfortin1 commented 1 year ago

@nkuperwasser The issue should be fixed now, see https://github.com/LTLA/basilisk/issues/18