snippy
snippy copied to clipboard
Installation On Macbook M1
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
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.
@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