Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda: mcviewtest / mxviewtest add dependency for jinja2 #1740

Open
willend opened this issue Oct 12, 2024 · 0 comments
Open

Conda: mcviewtest / mxviewtest add dependency for jinja2 #1740

willend opened this issue Oct 12, 2024 · 0 comments

Comments

@willend
Copy link
Contributor

willend commented Oct 12, 2024

In conda environments, the mcviewtest tool may not function out of the box:

mcviewtest $PWD
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "UTF-8",
	LANG = "C"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Traceback (most recent call last):
  File "/usr/share/mcstas/tools/Python/mctest/mcviewtest.py", line 12, in <module>
    import jinja2
ModuleNotFoundError: No module named 'jinja2'

To fix, simply conda install jinja2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant