Forums

Virtual Display Error after glastonbury System Image update

After updating to glastonbury System Image, the following error begins to appear (even with pip install PyVirtualDisplay -U):

display = Display(visible=0, size=(800, 600))
  File "/home/USER/.local/lib/python3.8/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
    self._obj = self.display_class(
  File "/home/USER/.local/lib/python3.8/site-packages/pyvirtualdisplay/display.py", line 52, in display_class
    cls.check_installed()
  File "/home/USER/.local/lib/python3.8/site-packages/pyvirtualdisplay/xvfb.py", line 37, in check_installed
    EasyProcess([PROGRAM, '-help'], url=URL,

TypeError: __init__() got an unexpected keyword argument 'url'

Maybe you should update/check the version of EasyProcess too? It looks like it's getting an argument (url) which is not supposed to get.