提交 7d500569 编写于 作者: K Kentaro Wada

Use setuptools<45.0.0 for pyinstaller

上级 13636f39
......@@ -132,7 +132,8 @@ jobs:
if [ "${{ matrix.PYTEST_QT_API }}" = "pyqt5" -a "${{ matrix.PYTHON_VERSION }}" = "3.6" ]; then
export PATH="$HOME/miniconda/bin:$PATH"
# Build the standalone executable
pip install 'pyinstaller!=3.4' # 3.4 raises error
pip install 'pyinstaller!=3.4'
pip install 'setuptools<45.0.0'
pyinstaller labelme.spec
dist/labelme --version
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册