Closed ravi-nanjaiah closed 2 years ago
Could not replicate this on a fresh docker.
What is your output for pip3 list | grep Jinja2
?
Could you try again after downgrading Jinja2 version with pip3 install jinja2==3.0.0
?
Related: https://github.com/readthedocs/readthedocs.org/issues/9038
Thanks @Acuadros95 Downgrading Jinja2 version worked. Build was completed post downgrade. Downgrading had to be done post the configure firmware step.
Issue template
Steps to reproduce the issue
I'm trying to follow the tutorials to build a demo application as per instructions in https://micro.ros.org/docs/tutorials/core/first_application_rtos/freertos/
ros2 run micro_ros_setup create_firmware_ws.sh freertos olimex-stm32-e407
Expected behavior
Firmware preparation is complete and progress to configure application step
Actual behavior
Create firmware step fails with following error
ImportError: cannot import name 'environmentfilter' from 'jinja2' (/home/nrr2kor/.local/lib/python3.8/site-packages/jinja2/__init__.py)
Additional information
Through out the create firmware step the above error message is multiple times.