I\'ve installed OpenJDK 13.0.1 and python 3.8 and spark 2.4.4. Instructions to test the install is to run .\\bin\\pyspark from the root of the spark installation. I\'m not
Try to install the latest version of pyinstaller that can be compatible with python 3.8 using this command:
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
reference: https://github.com/pyinstaller/pyinstaller/issues/4265