ClineHelpR icon indicating copy to clipboard operation
ClineHelpR copied to clipboard

jinja2

Open GabrieleNocchi opened this issue 1 year ago • 2 comments

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

GabrieleNocchi avatar Jan 15 '24 13:01 GabrieleNocchi

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.

btmartin721 avatar Jan 17 '24 23:01 btmartin721

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

GabrieleNocchi avatar Jan 18 '24 11:01 GabrieleNocchi