Skip to content

Commit b7e196a

Browse files
peterbarkertridge
authored andcommitted
scripts: build_env.sh: clamp empy to 3.3.4
em.ParseError: unknown markup sequence: `@)`; the `@)` markup has been removed, just use `)` instead
1 parent ebf31ac commit b7e196a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
python3 -m pip install empy
3+
python3 -m pip install empy==3.3.4
44
python3 -m pip install pymavlink
55
python3 -m pip install dronecan
66
python3 -m pip install pyserial

0 commit comments

Comments
 (0)