dexplo/dataframe_image

Incompatibility bug within "_screenshot.py" with function "take_screenshot"

tdefise opened this issue · 2 comments

It seems that within "_screenshot.py" in function "take_screenshot", "os.geteuid()" is used, which is not compatible for Windows-based system.

if os.geteuid() == 0: args.append("--no-sandbox")

image

Oops, I'll find an windows environment to test every release manually.

Thanks for the quick fix @PaleNeutron