QuantEcon / lecture-python

Source files for https://python.quantecon.org
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

[TST] Issue with environment.yml #240

Closed mmcky closed 3 years ago

mmcky commented 4 years ago

There is an issue with the current environment.yml that doesn't occur when using anaconda=2020.07

anaconda3/envs/qe-lectures/lib/python3.8/site-packages/jinja2/loaders.py", line 429, in load
    raise TemplateNotFound(name)
jinja2.exceptions.TemplateNotFound: html.tpl

PR #239 will switch to use the full anaconda distribution for now.

mmcky commented 3 years ago

not going to fix in this repo due to migration to lecture-python.myst in the near future