I just started using Iris, (and also Mac OS), and installed other modules using
pip install module_name
over the terminal. I did the same for Iris, but when I try to use:
import iris.plot as iplt
an error came up:
ImportError: No module named plot
Did 'pip install' do an incomplete job? Am I missing something? I tried installing Iris from source and due to my lack of experience with unix base installation (I mean, using terminal), I failed and confused. It has been a frustrating day. Any suggestion?