No module named 'jinja2'
See original GitHub issueHi,
thanks for this awesome project helping us to easier access our widely distributed data set!
However, I got the error ModuleNotFoundError: No module named 'jinja2' after installing intake 0.6.1 and importing it in Python 3.6.7.
Does jinja2 has to be included as a requirement?
I already made this PR #577. It might help.
Best regards, Marek
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
ImportError: No module named jinja2 - python - Stack Overflow
In order to use Jinja locally, you need to install it locally easy_install Jinja2. or pip install Jinja2.
Read more >ModuleNotFoundError: No module named 'jinja2' in Python
The Python "ModuleNotFoundError: No module named 'jinja2'" occurs when we forget to install the Jinja2 module before importing it or install ...
Read more >ModuleNotFoundError: No module named 'jinja2' · Issue #5431
As of #5377, jinja2 is an unconditional import in /rest/client/v2_alpha/account.py, but is still listed under CONDITIONAL_REQUIREMENTS in ...
Read more >ModuleNotFoundError: No module named 'jinja2-ansible-filters'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'jinja2-ansible-filters' How to remove.
Read more >no module named 'jinja2 - You.com | The AI Search Engine ...
ModuleNotFoundError: No module named 'jinja2' Solution Idea 1: Install Library jinja2 The most likely reason is that Python doesn't provide jinja2 in its ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK so:
Yes, I may have been over-aggressive on trimming the requirements… There is a separate discussion around making catalog entry templating optional (because of the CPU overhead), but let’s just add jinja back for now.