소스 검색

scripts: build_env.sh: clamp empy to 3.3.4

em.ParseError: unknown markup sequence: `@)`; the `@)` markup has been removed, just use `)` instead
Peter Barker 9 달 전
부모
커밋
b7e196afa4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/install_build_env.sh

+ 1 - 1
scripts/install_build_env.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-python3 -m pip install empy
+python3 -m pip install empy==3.3.4
 python3 -m pip install pymavlink
 python3 -m pip install dronecan
 python3 -m pip install pyserial