Entering edit mode
24 months ago
Юлия
▴
10
Hello everyone! I tried to install this tool: https://github.com/zhangrengang/SubPhaser
However, when I try to install needed packages from .yaml file, I get such errors (see figure). I tried to do this by mamba, I installed perl-xml-parser-lite, and perl version is v5.22.0.
I have no idea.... Thank everyone in advance for advice.
You have already done this in a separate thread, so I feel compelled to tell you: I can't read anything in these figure without getting within an inch of a monitor. Maybe you and others have better eyes than mine, but chances are there are other readers with a similar problem.
I suggest you paste a properly formatted text containing the error message rather than these images.
Sorry please for this format.
Do this. Copy and paste the text data in editor window. Then use
101010
button in the edit bar to format it ascode
.If you post screenshots then people are not able to grab the text if it is required to test something.
Sorry, I am new here)))
Output from conda:
Output from mamba:
Much better, thank you. It seems pretty clear that this package requires a very narrow range of perl versions -
>=5.22.0 and <5.23.0
can't be more than a couple minor versions, and it doesn't surprise me that conda can't handle it.You may need to find the source code for this package and install it via its
Makefile.PL
, or find a way to solve your problem without this particular package.Please could you explain hoe to make Makefile.PL in my case?
A general way of installing perl modules via CPAN is described here. You will have to find your exact package, but I suspect it might be here.