Closed threepistons closed 3 years ago
cpanm --sudo cpanm --sudo Module::Build
updated Module::Build but didn't allow Bio::Procedural to install, I still get the same test failures.
Workaround, assuming that the workaround is not by-design installation technique:
cpanm --sudo BioPerl
without double-colons.
Then cpanm --sudo Bio::Procedural
installs without any problems.
I'm pretty sure the issue is that you had an old version of the "BioPerl" distribution (which was updated when you cpanm BioPerl
).
Bio::Perl
module is part of the "Bio-Procedural" distribution (it is not part of the "BioPerl" distribution). That is why when you cpanm Bio::Perl
it installs "Bio-Procedural" (you ask to install a module so cpanm installs the distribution that includes the module)cpanm BioPerl
) you upgraded it to the latest version which has the issue fixed.I was following the instructions for installing Prokka, which don't work.
Given: Ubuntu 18.04 on Azure Lab Services and CPANm from https://cpanmin.us/. Output of
cpanm --version
follows:When I: run
cpanm --sudo Bio::Perl
I get:
Running
cpanm --sudo Bio::Procedural
gives:Attached contents of /home/student/.cpanm/work/1610913458.21910/build.log
I expected: Perl::Bio to install without issues.