|
@@ -127,6 +127,11 @@ script:
|
|
|
|
|
|
# Build the standalone executable
|
|
# Build the standalone executable
|
|
pip install 'pyinstaller!=3.4' # 3.4 raises error
|
|
pip install 'pyinstaller!=3.4' # 3.4 raises error
|
|
|
|
+
|
|
|
|
+ # numpy 1.17 raises error
|
|
|
|
+ # See https://github.com/wkentaro/labelme/issues/465
|
|
|
|
+ pip install 'numpy<1.17'
|
|
|
|
+
|
|
pyinstaller labelme.spec
|
|
pyinstaller labelme.spec
|
|
dist/labelme --version
|
|
dist/labelme --version
|
|
fi
|
|
fi
|