提交 04c69d39 编写于 作者: K Kentaro Wada

Use pyinstaller!=3.4

上级 a843525e
......@@ -117,7 +117,7 @@ script:
fi
# Build the standalone executable
pip install pyinstaller
pip install 'pyinstaller!=3.4' # 3.4 raises error
pyinstaller labelme.spec
dist/labelme --version
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册