Hi everyone,
I’m encountering an issue when trying to precompile the “PhyloPlots” package in Julia. The image shows the error I’m getting. Has anyone encountered this issue, or can you suggest steps I might take to resolve it?
Thanks in advance!!!
Hi everyone,
I’m encountering an issue when trying to precompile the “PhyloPlots” package in Julia. The image shows the error I’m getting. Has anyone encountered this issue, or can you suggest steps I might take to resolve it?
Thanks in advance!!!
Hello, jtolopka.
*Have you add the Pkg.add(“PhyloNetworks”) first?
*Can you please add the status in Pkg mode in REPL?
*Can you also please add the print of “using RCall”
I haven’t encountered this error, but I gladly try to replicate it and found a solution.
Hi, notGiGi!
Yes, I have. However, I encountered the same error as I did with “PhyloPlots”.
Here’s the other information you requested:
(@v1.11) pkg> status
Status ~/.julia/environments/v1.11/Project.toml
[38e38edf] GLM v1.9.0
[33ad39ac] PhyloNetworks v0.17.0
[c0d5b6db] PhyloPlots v1.0.1
[6f49c342] RCall v0.14.6
[3eaba693] StatsModels v0.7.4
Running “using RCall” doesn’t produce any output, but it seems to be working fine."
Thank you for your time!