1

I was under the impression that PyCharm now has the ability to support plotting using matplotlib. However, if I try to import matplotlib I get the following error, which appears when numpy tries to import multiarray.

ImportError: DLL load failed: %1 is not a valid Win32 application.

I can plot fine through iPython. Is this an issue with PyCharm, and how can I fix it?

2
  • 2
    1. It does support plotting using matplotlib, so the problem must be something to do with your system. 2. Have you checked that you've set up the correct interpreter settings for running your code? Commented Nov 5, 2014 at 16:05
  • 1
    Good point. They haven't been updated in a while. Commented Nov 5, 2014 at 16:16

1 Answer 1

1

Turns out that the project interpreter had been changed, and wasn't looking at my Anaconda distribution

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.