I just set up a conda environment for an api but when I try to run it I get a strange error with matplotlib 2.2.2:
ImportError: Matplotlib requires six>=1.10; you have 1.9.0
Seems like a simple error but a look at my conda list shows that I have version 1.11.0 of six installed. I am absolutely certain that these packages are installed in the same environment and are being accessed properly. I can't find any reference to six 1.9.0 in the my environment or even my machine. Any idea what could be causing this? Thanks.