From: Christopher S. <chr...@ya...> - 2015-06-10 01:51:43
|
Hello, First off I want to say that I have followed the "Completely remove matplotlib" steps on your website for the source build, used git to do a clean install and have done some additional research and followed a stack overflow post on this without any success. Basically the Stack Overflow had me try all the different backends in the configuration file which was in the /usr/lib64/site-packages/matplotlib...../matplotlib/mpl-data/matplotlibrc and none worked for me. I am attaching all the requested info for the computer architecture and build info below: ============== uname -a ====================================== Linux navier.areai 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 23:43:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux ================== matplotlib version ============================ 1.5.dev1 obtained using github (git clone git://github.com/matplotlib/matplotlib.git) ============================================================ I made no edits to the setup.py file and I am building/installing from source on my Rocks 6.1 HPC cluster. gcc is 4.9.2 and I have included the "python setup.py build" and "python setup.py install" outputs (build_OUTPUT and setupInstall_OUTPUT respectively) as well. The simple_plot.py case run.out is also attached. Please point me in the right direction! -Chris |