Rp2 missing library libintl.9.dylib

I installed rp2 on ananconda (OSX). When importing rp2, the following error message appears:

from rpy2.robjects.packages import importr

ImportError: dlopen (/Users/me/anaconda/lib/python2.7/site-packages/rpy2/rinterface/_rinterface.so, 2): library not loaded: @ rpath / libintl.9.dylib Link: / Users / martinlettau /anaconda/lib/R/lib/libR.dylib Reason: Image not found

Everything is updated (OSX Sierra 10.12.3, conda version: 4.2.13, python version: 2.7.13, Xcode 8.2.1).

I searched the hard drive but could not find libintl.9.dylib.

Any ideas? Thank!

+4
source share

Source: https://habr.com/ru/post/1668993/


All Articles