Trying to get Python Arcade to work on Ubuntu
I have installed Python Arcade using pip install arcade which ran successfully. When trying to run the example code, or even just trying to import arcade from the Python command line, I receive an error >>> import arcade Traceback (most…