You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "testplayer.py", line 1, in <module>
import battlecode
File ".../player-python/battlecode.py", line 5, in <module>
from enum import Enum
ImportError: No module named enum
The enum package is not automatically included until Python 3.4. This can be confusing to beginners during setup.
https://stackoverflow.com/questions/26828206/importerror-no-module-named-enum
The text was updated successfully, but these errors were encountered: