-
Notifications
You must be signed in to change notification settings - Fork 2
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
Trouble precompiling PhyloPlots #6
Comments
Which julia version as you using? You can type |
Hi Cécile,
Thanks so much for the almost instantaneous reply.
Version:
julia> versioninfo()
Julia Version 1.5.0
Commit 96786e22cc (2020-08-01 23:44 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, ivybridge)
Status:
(@v1.5) pkg> status
Status `~/.julia/environments/v1.5/Project.toml`
[c7e460c6] ArgParse v1.1.0
[c52e3926] Atom v0.12.21
[7e6ae17a] BioSequences v2.0.5
[a9c8d775] CPUTime v1.0.0
[a93c6f00] DataFrames v0.20.2
[c2308a5c] FASTX v1.1.3
[c91e804a] Gadfly v1.2.1
[e5e0dc1b] Juno v0.8.3
[5ab0869b] KernelDensity v0.5.1
[429524aa] Optim v0.20.1
[aea672f4] Phylo v0.4.3
[33ad39ac] PhyloNetworks v0.11.0
[c0d5b6db] PhyloPlots v0.2.2
[4c47b132] PhyloTrees v0.11.1
[91a5bcdd] Plots v1.6.4
[438e738f] PyCall v1.91.4
[d330b81b] PyPlot v2.9.0
[6f49c342] RCall v0.13.6
[2913bbd2] StatsBase v0.32.2
[fd094767] Suppressor v0.2.0
[de0858da] Printf
Cheers,
Eric
Eric Kofoid
706 Third Street
Woodland, CA 95695
530-668-0345 (home)
530-867-4993 (cell)
eckofoid at ucdavis.edu
… On Sep 14, 2020, at 2:49 PM, Cécile Ané ***@***.***> wrote:
Which julia version as you using? You can type VERSION to get julia to tell you. Also, what do you see if you type ] to get in package (pkg) mode, and then type status?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4ARG32NNBSGKZLRS52CN3SF2FVHANCNFSM4RMA6JXA>.
|
Thanks! Given the error message about using RCall ? |
Here's the output:
|
I should have included the following:
|
Also, by the way:
I had set this up in my ~/.profile. |
Perhaps install R from outside anaconda? else check related issues on RCall, like #389, or check the "R_HOME" environment variable? |
Hi Cécile, Your reply reminded me that the Mac comes with R preinstalled. Conda may have been loading libraries from the Mac side by accident. I removed the conda R package at which point I could then import RCall without error from Julia. I then imported PhyloPlots to force a precompilation, and everything now works. Thank you so much for your patient help! |
wow, that was tricky. congratulations! |
I had no trouble precompiling PhyloPlots on my MacBook Plus. My identically configured Mac Mini yields the following:
I can't find ccalllib_libR.dylib574 on either machine. I have reinstalled R and am using the same version Julia on both (1.5.0). I always work from a conda environment running Python 2.7.15, well isolated from the rest of the machine.
Any suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: