The Jinja
raghavendrajain opened this issue · 2 comments
raghavendrajain commented
I face the following error.
Traceback (most recent call last):
File "app.py", line 4, in <module>
from starlette.templating import Jinja2Templates
ModuleNotFoundError: No module named 'starlette.templating'
The starlette
was installed using conda
but the templating
module is not present in that.
tomchristie commented
Double check that you’ve got the latest version of Starlette installed.
pip install -U starlette
raghavendrajain commented
Hi
I installed using conda. I’ll check if it works too. Thank you.
On Sun, 17 Mar 2019 at 17:42, Tom Christie ***@***.***> wrote:
Double check that you’ve got the latest version of Starlette installed.
pip install -U starlette
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMTJMRIijnDPng7lIYzFewFUQkjG8Afks5vXgASgaJpZM4b4LzH>
.
--
Best Regards,
Raghvendra Jain