paramt/virus-runner

Error "No module named 'arcade'"

Closed this issue · 1 comments

Installing the release, following the instructions, and running the program (Python 3.7.3) gives the Python error "No module named 'arcade'".
Traceback (most recent call last): File "VirusRunner.py", line 13, in <module> import arcade ModuleNotFoundError: No module named 'arcade'

Needed to install Arcade using PIP.