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=['.'],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=['speechpy'],
|
||||
hiddenimports=['prettyparse', 'speechpy'],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
||||
|
@ -70,6 +70,7 @@ arch="$(find_arch)"
|
||||
|
||||
.venv/bin/pip3 install pyinstaller
|
||||
rm -rf dist/
|
||||
echo "Building executable..."
|
||||
.venv/bin/pyinstaller -y precise.stream.spec
|
||||
|
||||
out_file=dist/precise-stream.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user