Pyvirtualdisplay Error C3W3

Hello,

I installed pyvirtualdisplay with pip on Windows 10. When I import that library I have no problem, but I get an error on this line of the following cell:
Display(visible=0, size=(840, 480)).start();

The error is the next one:
FileNotFoundError: [WinError 2]

What do I have to do to make it work?

Hi,

pyvirtualdisplay is Linux only, it uses Xvfb as the virtual display.

I have the same problem. so, what did you do for that finally?

I remember that I commented the lines where appears things about that library because it wasn’t really necessary

1 Like