ImportError: No module named enum

user3276418 picture user3276418 · Nov 9, 2014 · Viewed 102.2k times · Source

I changed from Win XP 32bit to Win7 64bit and reinstalled Python 2.7 and the Anaconda package.

However, it seems like it isn't properly installed. When I do

import enum 

There is the error:

ImportError: No module named enum

However, when I try import pandas it works.

When typing help() and modules within Ipython nothing happens.

Any idea how to go from here?

Answer

Dark Star1 picture Dark Star1 · Nov 17, 2016

Or run a pip install --upgrade pip enum34