You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am one of the reviewers for your JOSS submission https://github.com/openjournals/joss-reviews/issues/7013. I installed the package on a fresh conda environment, following your instructions here. When running the code snippet for the plot submodule, I run into the following error:
RuntimeError: Failed to process string with tex because latex could not be found
The error could simply be due to setting "text.usetex": True on line 98 of src/mdcraft/plot/rcparams.py while not including any latex-rendering dependency in the conda recipe. Could you please look into this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am one of the reviewers for your JOSS submission https://github.com/openjournals/joss-reviews/issues/7013. I installed the package on a fresh conda environment, following your instructions here. When running the code snippet for the
plot
submodule, I run into the following error:RuntimeError: Failed to process string with tex because latex could not be found
The error could simply be due to setting
"text.usetex": True
on line 98 ofsrc/mdcraft/plot/rcparams.py
while not including any latex-rendering dependency in the conda recipe. Could you please look into this?Thank you!
The text was updated successfully, but these errors were encountered: