So, I am trying to install the pyautogui module on Repl.it, on a Chromebook. I am aware that a Chromebook and online IDE's are not the ideal way to run Python or any code for that matter, but that is my only option right now. Anyway, when I enter in the code shown below, I receive the error below. What is going on here and how can I fix it? I am aware that because of the technical restrictions of my basic (not in developer mode) Chromebook, this problem may not be solvable in the Chrome Environment.
import pyautogui
Traceback (most recent call last):
File "python", line 9, in <module>
KeyError: 'DISPLAY'