How to fix 'TypeError: an integer is required (got type bytes)' error when trying to run pyspark after installing spark 2.4.4

后端 未结 4 1235
温柔的废话
温柔的废话 2020-12-28 12:05

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

4条回答
  •  一个人的身影
    2020-12-28 12:48

    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

提交回复
热议问题