compbiocore / VariantVisualization.jl

Julia package powering VIVA, our tool for visualization of genomic variation data. Manual:
https://compbiocore.github.io/VariantVisualization.jl/stable/
Other
82 stars 13 forks source link

Cannot install on Mac M2 #112

Open evo-eco-gen opened 1 year ago

evo-eco-gen commented 1 year ago

Hi,

I am having some problems, trivial I hope. Macbook 2022 (M2 chip), julia 1.8.2 is installed.

_julia ]add VariantVisualization exit()

function>_

'function'? What is this?

]add VariantVisualization#master ERROR: syntax: unexpected "]" Stacktrace: [1] top-level scope @ none:1

evo-eco-gen commented 1 year ago

I attempted to install from within julia. It devolves into a series of problems with precompiling Plotly dependencies. caveat emptor...

Callithrix-omics commented 8 months ago

I had the same exact problem and I first typed ] by itself, then the prompt turned to pkg > and I then typed 'add VariantVisualization' and a bunch of stuff started to download... now waiting to see if this will end up in a successful install :)