Open jonathanjacobs opened 9 years ago
hi Jonathan,
Looks like the warning/error is due to matplotlib version incompatibility. Are you still able to view/open the final HTML summary plot? It might be available, but if not please let me know. Either way, all generated output will still be available in the ./Postprocess/out directory.
Regarding the warning/error, my best guess is that you installed/downgraded matplotlib 1.3.1 for python 2.7, yet a newer matplotlib version installed for python 2.6 is getting used, triggering the known issue:
/usr/lib64/python2.6/site-packages/matplotlib/axes.py
and
Python 2.7.8
I will work on committing a fix for v1.5rc3 to address the matplotlib version issue when creating the HTML plot assembly histograms. Once available, a simple git pull should fix it, assuming you cloned from the v1.5rc3 release.
In the meantime, a potential quick fix would be to edit the first lines of initPipeline & runPipeline to point to your python 2.7.8, instead of 2.6, assuming 2.6 is indeed getting used.
-Todd
Just installed metamos on a new system - and the test suite is failing with an error in matplotlib .
note: I recently removed the latest version of matplotlib and downgraded to v1.3.1, as recommend by the metamos install,
any ideas? hopefully a quick fix I'm simply overlooking.