Attempt to fix prettyparse error
This commit is contained in:
parent
32b9506c13
commit
ff624ee91a
@ -5,7 +5,7 @@ a = Analysis(['precise/scripts/stream.py'],
|
|||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=['speechpy'],
|
hiddenimports=['prettyparse', 'speechpy'],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
||||||
|
@ -70,6 +70,7 @@ arch="$(find_arch)"
|
|||||||
|
|
||||||
.venv/bin/pip3 install pyinstaller
|
.venv/bin/pip3 install pyinstaller
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
|
echo "Building executable..."
|
||||||
.venv/bin/pyinstaller -y precise.stream.spec
|
.venv/bin/pyinstaller -y precise.stream.spec
|
||||||
|
|
||||||
out_file=dist/precise-stream.tar.gz
|
out_file=dist/precise-stream.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user