本文介绍了cpan" Set :: IntervalTree"或“ Algorithm :: ExpectationMaximization”;不起作用-我在下面解释完整的错误日志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在这里,我将详细说明有关安装某些Perl库的麻烦:

Here I explain more about troubles installing some Perl libraries:


  1. 安装Set :: IntervalTree
    时遇到麻烦**我安装了g ++-仍然相同的问题
    **我安装了miniconda,并试图将其打包-仍然存在相同的问题

以下是完整的错误日志:

here are the complete error logs:

**我复制了一部分-太长了!

** I copy part of it - as it is too long!

cpan Set::IntervalTree

Can't locate ExtUtils/CppGuess.pm in @INC (@INC contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib .) at Makefile.PL line 11.
BEGIN failed--compilation aborted at Makefile.PL line 11.
Warning: No success on command[C:\Strawberry\perl\bin\perl.exe Makefile.PL]
  SLOYD/Set-IntervalTree-0.12.tar.gz
  C:\Strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install



  1. 我尝试尝试cpan算法时遇到类似的问题:: ExpectationMaximization


one dependency not OK (Math::GSL); additionally test harness failed
  C:\Strawberry\c\bin\dmake.EXE test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports AVIKAK/Algorithm-ExpectationMaximization-1.22.tar.gz
Running make install
  make test had returned bad status, won't install without force


推荐答案

建议:


  1. 创建完整日志的并将链接发布到此处。如果您从哲学上反对GitHub,我相信您可以在其他地方发布,但我不知道它们的永久性。

  2. cpan 及其相关程序(我相信)都具有自动安装尚未安装的依赖项的选项。我想知道是否删除cpan配置文件并重新配置以确保设置了该选项会有所帮助。

  3. 如果运行日志未显示该日志,请确保添加以下内容: perl -V 要点。 Perl版本信息可在这种情况下提供帮助。

  1. Create a gist of the full log and post the link to it here. If you are philosophically opposed to GitHub, I believe there are other places you could post, but I don't know how permanent they are.
  2. cpan and its related programs all (I believe) have options to automatically install dependencies which you do not already have installed. I wonder if deleting you cpan config file and reconfiguring to make sure that that option is set would help.
  3. If the log of the run does not show it, make sure to add the output of perl -V to the gist. Perl version info helps in these situations.

这篇关于cpan" Set :: IntervalTree"或“ Algorithm :: ExpectationMaximization”;不起作用-我在下面解释完整的错误日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 11:13