-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issues on Mac OS Mojave with rpy2 install #5
Comments
Your "possible solution" appears to be working for me on both CentOS and OSX. Namely:
Thanks! |
Thanks @jnhutchinson ! Glad it worked for you. @CurtisPetersen Does this help with your install? I'm going to keep this issue open for now and see if anyone else has been experiencing this problem and if these solutions seem to work. The install has been fine for me on my Mac. A nice alternative is running Docker, I can update the pymethylprocess distribution if need be. |
Is there a reason to use rpy2 2.9.4 instead of the latest version? It's causing me errors |
@shucon do you have singularity on your server? you should be able to run Docker through that container service, if not I will look into that issue and see if I can update the package to utilize rpy3. Though it maybe useful to check out issues for rpy2, as it seems to have difficulties locating your compiler |
@jlevy44 I'm afraid we don't have singularity on the server. The only way for me to get it running is inside a python virtualenv. I checked out why rpy2 is not working, and I agree it's a problem related to locating the compiler. Unfortunately, I can't use those fixes as I don't have sudo access and I'm pretty sure that the sysadmin won't do any changes for this. |
What happens if you install rpy2 >=3.0 and then reinstall pymethylprocess with --no-deps? @shucon |
The main reason why I used rpy2 2.9 was because that was what was available when I created the package and there appeared to be incompatibilities when 3 came out. I agree it is a long needed upgrade though. |
Hey @jlevy44 thanks for the help. The sysadmin installed singularity on the server. If it's not an urgent issue you can skip it. |
Sounds good. Nice to hear the software is working |
rpy2 cannot seem to find original R install path (R 3.6 installed but looking for 3.5 path specific to older mac os):
Issue documented here:
https://bitbucket.org/rpy2/rpy2/issues/503/cannot-use-rpy2-in-macos-mojave
Related: https://bitbucket.org/rpy2/rpy2/issues/403/cannot-pip-install-rpy2-with-latest-r-340
Possible solution: https://bitbucket.org/rpy2/rpy2/issues/487/library-not-loaded-usr-local-opt-r-lib-r
Finds R 3.6 with python3 -m rpy2.situation
The text was updated successfully, but these errors were encountered: