python - Pyinstaller 3.1.1 no --exclude-module option -
i have little problem pyinstaller, version 3.1.1. i'm using python 3.4 (anaconda). need compile project excluding pyqt5 , matplotlib
pyinstaller --onefile --icon=project.ico --exclude-module=pyqt5 --exclude-module=matplotlib project.py
but when try use "--exclude-module" following error message:
usage: pyinstaller-script.py [opts] <scriptname> [ <scriptname> ...] | <specfile> pyinstaller-script.py: error: no such option: --exclude-module
did make mistake in writing command?
any welcome.
edit: problem version of pyinstaller using. donwloaded development branche github. installed stable version pyinstaller.org , working fine... @ least --exclude-module instruction.
Comments
Post a Comment