Skip to content

Commit 91420e9

Browse files
authored
Fix bootstrap from source instructions (#95)
Pins `EmPy<4` to fix the error: ImportError: cannot import name 'OVERRIDE_OPT' from 'em' This fixes the "Bootstrap from source" instructions, which is using this file to install requirements.
1 parent 4c590da commit 91420e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ argcomplete; sys_platform != 'win32'
22
catkin_pkg
33
coloredlogs; sys_platform == 'win32'
44
distlib
5-
EmPy
5+
EmPy<4
66
notify2; sys_platform == 'linux'
77
pypiwin32; sys_platform == 'win32'
88
pytest

0 commit comments

Comments
 (0)