我正在尝试使用 Windows Subsystems For Linux 在 Windows 10 上运行的 ubuntu 上安装 NIPE,我已经从 GitHub 克隆了文件并执行了一些有效的命令,但完全安装 NIPE 的命令($perl nipe.pl install)显示了此信息
无法在 @INC 中找到 Switch.pm(您可能需要安装 Switch 模块)(@INC 包含:/etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base)在 nipe.pl 第 15 行。BEGIN 失败 - 编译在 nipe.pl 第 15 行中止。
我已尝试安装开关,但错误仍然相同。
答案1
您需要安装仓库模块,可以通过以下方式完成:
$ cpan install Switch JSON LWP::UserAgent
不幸的是,我对“适用于 Linux 的 Windows 子系统”了解不多