Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jinja2 #28

Open
GabrieleNocchi opened this issue Jan 15, 2024 · 2 comments
Open

jinja2 #28

GabrieleNocchi opened this issue Jan 15, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@GabrieleNocchi
Copy link

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

@btmartin721 btmartin721 self-assigned this Jan 17, 2024
@btmartin721 btmartin721 added the bug Something isn't working label Jan 17, 2024
@btmartin721
Copy link
Owner

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.

@GabrieleNocchi
Copy link
Author

GabrieleNocchi commented Jan 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants