No module named 'jinja2'

See original GitHub issue

Hi,

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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
martindurantcommented, Mar 18, 2021

OK so:

  • I’ll rerelease intake and make sure jinja is included
  • add msgpack and requests to intake-xarray’s deps and rerelease (previously, these were required by intake)
2reactions
martindurantcommented, Feb 19, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found