Mousius commented on PR #11244: URL: https://github.com/apache/tvm/pull/11244#issuecomment-1135610437
> Hi @areusch , > > It seems the problem with the CI is more deeper than the changes I made: > > ``` > [2022-05-23T14:13:06.372Z] Check Jenkinsfile generation > [2022-05-23T14:13:06.372Z] Traceback (most recent call last): > [2022-05-23T14:13:06.372Z] File "jenkins/generate.py", line 18, in <module> > [2022-05-23T14:13:06.372Z] import jinja2 > [2022-05-23T14:13:06.372Z] ModuleNotFoundError: No module named 'jinja2'` > ``` Have you rebased recently? This change landed which installs that dependency in one of the scripts (it will eventually move to the image itself): https://github.com/apache/tvm/pull/11258/files#diff-137a515f2ac93c13003517d7a4ca908dcbaeb6dff50d05470579e633ddec354fR36 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
