ITISFoundation / cookiecutter-osparc-service

A cookiecutter for integrating services in oSparc simcore platform
MIT License
0 stars 5 forks source link

📚 Update README.md #110

Closed elisabettai closed 8 months ago

elisabettai commented 1 year ago

Added link to webinar

elisabettai commented 1 year ago

Hi @pcrespov, I see that the CI is failing with some issues regarding 'jinja2_time'. fyi: I saw that locally when using the cookiecutter some weeks ago as well. Let me know if you know how to solve, otherwise I can also take a look.

pcrespov commented 1 year ago

Hi @pcrespov, I see that the CI is failing with some issues regarding 'jinja2_time'. fyi: I saw that locally when using the cookiecutter some weeks ago as well. Let me know if you know how to solve, otherwise I can also take a look.

@elisabettai the CI in https://github.com/ITISFoundation/cookiecutter-osparc-service/actions/runs/5997638565/job/16264399226#step:6:241 shows that jinja2 is installed. My guess is that the version is not pinned and a new upgrade happen in which they removed the dependency to jinja_time. It might be that you need to add an extra as jinja2[time] ... not sure. If this is the case, solutions might go by pin jinja2 to an older version or add the missing library in the requirements Can you please investigate further and take this issue?