Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named enum #9

Open
ygina opened this issue Nov 8, 2017 · 0 comments
Open

No module named enum #9

ygina opened this issue Nov 8, 2017 · 0 comments

Comments

@ygina
Copy link
Contributor

ygina commented Nov 8, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant