snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Can't locate Snippy/Version.pm in @INC (you may need to install the Snippy::Version module)

Open danserwy opened this issue 3 years ago • 1 comments

When i try to use snippy outside the installed PATH, i receive this message:

Can't locate Snippy/Version.pm in @INC (you may need to install the Snippy::Version module) (@INC contains: /usr/local/bin/../perl5 /home/serwy/anaconda3/lib/site_perl/5.26.2/x86_64-linux-thread-multi /home/serwy/anaconda3/lib/site_perl/5.26.2 /home/serwy/anaconda3/lib/5.26.2/x86_64-linux-thread-multi /home/serwy/anaconda3/lib/5.26.2 .) at /usr/local/bin/snippy line 9. BEGIN failed--compilation aborted at /usr/local/bin/snippy line 9.

It only works in the PATH using "./"

I've already manually installed other @INC modules, but in this one i'm having issues

danserwy avatar Feb 03 '21 22:02 danserwy

Hi @danserwy

I wonder if its worth trying to install Snippy into a new environment (noticed anaconda)

conda create -y -n snippy -c conda-forge -c bioconda snippy
conda activate snippy
snippy --version

rpetit3 avatar Feb 18 '21 02:02 rpetit3