Skip to content

Commit

Permalink
cr52: Fix error message with installing package using pip
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Hamamachi <[email protected]>
  • Loading branch information
yhamamachi committed Jun 4, 2024
1 parent 6d0291b commit 4674f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions realtime_cpu/build_zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if [[ ! -e "${ZEPHYR_DIR}/zephyr" || "$CLEAN_BUILD_FLAG" == "true" ]]; then
git am ${ZEPHYR_PATCH}/*.patch
west update
west zephyr-export
pip install docutils==0.18.1 # Avoid error when installing sphinx
pip install -r ${ZEPHYR_DIR}/zephyr/scripts/requirements.txt
fi

Expand Down

0 comments on commit 4674f97

Please sign in to comment.