atmoschem / eixport

Export Emissions to Atmospheric Models
https://atmoschem.github.io/eixport/
Other
27 stars 10 forks source link

error on mac #79

Open fipoucat opened 6 months ago

fipoucat commented 6 months ago

I tried to install the dev version without success on mac, then installed the cran one.

Now when I try to load I have an error message:

library(eixport) Error: package or namespace load failed for ‘eixport’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/sp/libs/sp.so': dlopen(/Library/Frameworks/R.framework/Versions/4.2/Resources/library/sp/libs/sp.so, 6): no suitable image found. Did find: /Library/Frameworks/R.framework/Versions/4.2/Resources/library/sp/libs/sp.so: mach-o, but wrong architecture /Library/Frameworks/R.framework/Versions/4.2/Resources/library/sp/libs/sp.so: mach-o, but wrong architecture In addition: Warning message: package ‘eixport’ was built under R version 4.3.1

Any hint?