A loader was not found #1949
Unanswered
CCCDDDEEEFFF
asked this question in
Q&A
Replies: 1 comment
-
I guess this loader isn't jinja's, but importlib's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to load a package in a docker container but for some reason it is not able to find the loader. loaders.py is in the folder where is says it is but it is not able to find it.
File "/usr/local/lib/python3.6/dist-packages/edalize/edatool.py", line 183, in init
loader=PackageLoader(package, "templates"),
File "/usr/local/lib/python3.6/dist-packages/jinja2/loaders.py", line 291, in init
assert loader is not None, "A loader was not found for the package."
AssertionError: A loader was not found for the package.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions