jinja2
Not sure it is only me but I had to change jinja2 version in environment.yml to 2.11.3 else conda could not resolve the environment
Thanks for the heads-up. I haven't updated ClineHelpR in a while so jinja2 or conda might have released an update that broke the dependency.
I'll try to fix it soon.
No problem. This is the error I was getting if it is of any help:
Collecting package metadata (repodata.json): done Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package nbconvert-5.6.1-pyhd8ed1ab_2 requires jinja2 >=2.4,<3a0, but none of the providers can be installed
Could not solve for environment specs The following packages are incompatible ├─ jinja2 ==3.0.1 pyhd8ed1ab_0 is requested and can be installed; └─ nbconvert ==5.6.1 pyhd8ed1ab_2 is not installable because it requires └─ jinja2 >=2.4,<3a0 , which conflicts with any installable versions previously reported.
So i changed the jinja2 line in environment.yml to (reporting also line above and line below):
- jbig=2.1=h7f98852_2003
- jinja2=2.11.3
- jpeg=9d=h36c2ea0_0