psmc icon indicating copy to clipboard operation
psmc copied to clipboard

Error while running psmc_plot.pl

Open agesantos opened this issue 4 years ago • 4 comments

Hello,

I am trying to run psmc_plot.pl but it always finished with the fowling error: "Can't exec "epstopdf": Not a directory at /psmc/utils/psmc_plot.pl line 236, <> line 2309." I am having trouble figuring out what the problem is, can anyone help me?

Thank you, André

agesantos avatar Aug 13 '20 14:08 agesantos

you need to install the latex stack to convert eps to pdf. If you see a eps file, you can also convert with other tools.

lh3 avatar Aug 13 '20 14:08 lh3

Thank you,

Yes, I do see an eps file. That means that (besides not converting into pdf) the script run successfully? I will try to install latex stack anyway.

Once again thank you, André

agesantos avatar Aug 13 '20 15:08 agesantos

Hi In case you run into this problem and you don't have sudo privileges, you can create a conda environment and install texlive-core on it.

eduardo-pizarro avatar Nov 09 '22 06:11 eduardo-pizarro