You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just tried to install Baysor but it seems that a extra ; in one file. I may have identified it in boundary_estimation.jl.
Would you have any insights?
Thank you so much
Nicolas
Hi,
I don't know how this worked but I removed then installed Baysor in an isolated environment
using Pkg
Pkg.rm("Baysor")
Pkg.gc()
Pkg.activate("new_baysor_env"; shared=false)
Pkg.add(PackageSpec(url="https://github.com/kharchenkolab/Baysor.git"))
Then exit() to open a new Julia session
using Pkg
Pkg.activate("~/.julia/environments/_your_Julia_version")
Pkg.add(PackageSpec(url="https://github.com/kharchenkolab/Baysor.git"))
Pkg.precompile()
Hi,
I just tried to install Baysor but it seems that a extra
;
in one file. I may have identified it inboundary_estimation.jl
.Would you have any insights?
Thank you so much
Nicolas
versioninfo output is
The text was updated successfully, but these errors were encountered: