I am trying to install Perl modules for RepeatModeler. I am using conda Perl, most of the required modules I installed just via conda (bioconda), but some I couldn't. So, I read many Perl modules distribute through cpan, I installed cpan and some of the left modules I could install via cpan with command for example cpanm URL
.
But I still can not install two modules: Devel::Size and LWP::UserAgent.
For example when I execute cpan --force Devel::Size
it returned (in a log file):
/tmp/build/80754af9/perl_1527832170752/_build_env/bin/x86_64-conda_cos6-linux-gnu-gcc: not found
As written here I need x86_64-conda_cos6-linux-gnu-c++. But I already have it
Could anyone help me to handle it? Either install it via conda or another way. Thanks!
Thanks for checking up on the conda recipe!