Solving install issues with Python 3.4 on Windows
After some looking online I found (here) that the issue was related to conflicting pip installs (I have a version already installed for Python 2.7 and apparently this is not compatible with the version that ships with Python 3.4. To get around this issue I simply de-selected pip from the install options shown below and … Read more