Compiling Selenium script using PyInstaller, getting TypeError: an integer is required (got type bytes)

前端 未结 2 1691
萌比男神i
萌比男神i 2021-01-28 01:44

The following is a truncated version of my code, which runs perfectly using Jupyter Notebook. I\'m looking to have it compiled into an .exe, using Pyinstaller.

         


        
2条回答
  •  Happy的楠姐
    2021-01-28 02:21

    If you are using python 3.8, try downgrading as pyinstaller doesn't support all new python versions

提交回复
热议问题