snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Installation On Macbook M1

Open wildcatyyf opened this issue 2 years ago • 2 comments

I'm trying install Snippy on my Macbook with M1 chip. After "brew install brewsci/bio/snippy" and running snippy, it says: Can't locate Bio/SeqIO.pm in @INC (you may need to install the Bio::SeqIO module) BEGIN failed--compilation aborted at /opt/anaconda3/bin/snippy line 11.

So how can I solve this error? Pls help me. Thks

wildcatyyf avatar Apr 01 '22 07:04 wildcatyyf

I'm having the same issue:

Can't locate Bio/SeqIO.pm in @INC (you may need to install the Bio::SeqIO module) And have tried to install the module using brew and cpnam to no avail.

lydeejeanne avatar Apr 17 '22 18:04 lydeejeanne

@wildcatyyf and @lydeejeanne - Have you tried to install the missing module using cpan? In your cases, use the following command in your terminal: cpan install Bio::SeqIO

anacmj24 avatar May 21 '22 04:05 anacmj24