Skip to content

Instantly share code, notes, and snippets.

@seumasmorrison
Created September 6, 2012 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seumasmorrison/3656878 to your computer and use it in GitHub Desktop.
Save seumasmorrison/3656878 to your computer and use it in GitHub Desktop.
python3 matplotlib install - output
/usr/local/lib/python3.2/subprocess.py:389: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if your program uses threads.
"program uses threads.", RuntimeWarning)
basedirlist is: ['/usr/local', '/usr']
============================================================================
BUILDING MATPLOTLIB
matplotlib: 1.2.x
python: 3.2.3 (default, Sep 6 2012, 14:51:03) [GCC 4.1.2
20080704 (Red Hat 4.1.2-46)]
platform: linux2
REQUIRED DEPENDENCIES
numpy: 1.6.2
freetype2: 9.10.3
OPTIONAL BACKEND DEPENDENCIES
libpng: 1.2.10
Tkinter: no
* TKAgg requires Tkinter
Gtk+: no
* Building for Gtk+ requires pygtk; you must be able
* to "import gtk" in your build/install environment
Mac OS X native: no
Qt: no
Qt4: no
PySide: no
Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
dateutil: 2.1
pytz: 2012d
six: 1.2.0
OPTIONAL USETEX DEPENDENCIES
dvipng: no
ghostscript: 8.15.2
latex: no
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends', 'matplotlib.backends.qt4_editor', 'matplotlib.projections', 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests', 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid', 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist', 'matplotlib.sphinxext', 'matplotlib.tri', 'matplotlib.delaunay']
running install
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.linux-x86_64-3.2/matplotlib/mpl-data
running build_ext
running install_lib
copying build/lib.linux-x86_64-3.2/matplotlib/mpl-data/matplotlibrc -> /usr/local/lib/python3.2/site-packages/matplotlib/mpl-data
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/sphinxext/plot_directive.py to plot_directive.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/sphinxext/plot_directive.py", line 510
exec "import numpy as np\nfrom matplotlib import pyplot as plt\n" in ns
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_svg.py to backend_svg.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_svg.py", line 69
s = s.replace(u"&", u"&")
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_qt4.py to backend_qt4.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_qt4.py", line 340
key = u'{}+{}'.format(prefix, key)
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_emf.py to backend_emf.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_emf.py", line 384
s = s.replace(u'\u2212', '-').encode('iso-8859-1')
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/qt4_editor/formlayout.py to formlayout.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/qt4_editor/formlayout.py", line 53
raise ImportError, "Warning: formlayout requires PyQt4 >v4.3 or PySide"
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_cocoaagg.py to backend_cocoaagg.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_cocoaagg.py", line 255
( u'GetCurrentProcess', S(OSErr, OUTPSN) ),
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_pgf.py to backend_pgf.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_pgf.py", line 203
print "reusing LatexManager"
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_pdf.py to backend_pdf.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_pdf.py", line 934
cid_to_gid_map = [u'\u0000'] * 65536
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_gtk3.py to backend_gtk3.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/backends/backend_gtk3.py", line 166
if _debug: print 'FigureCanvasGTK3.%s' % fn_name()
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/tests/test_backend_pgf.py to test_backend_pgf.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/tests/test_backend_pgf.py", line 72
plt.text(0.9, 0.5, u'unicode (ü, °, µ) and math ($\\mu_i = x_i^2$)', ha='right', fontsize=20)
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/tests/test_legend.py to test_legend.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/tests/test_legend.py", line 36
ax.plot(np.linspace(4, 4.1), 'o', label=u'D\xe9velopp\xe9s')
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/tests/test_pickle.py to test_pickle.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/tests/test_pickle.py", line 91
except Exception, err:
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/tests/test_backend_pdf.py to test_backend_pdf.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/tests/test_backend_pdf.py", line 15
title = u'Test PDF backend with option use14corefonts=True'
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/projections/polar.py to polar.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/projections/polar.py", line 180
return u"%0.0f\u00b0" % ((x / np.pi) * 180.0)
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/projections/geo.py to geo.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/projections/geo.py", line 37
return u"%0.0f\u00b0" % degrees
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/matplotlib/mathtext.py to mathtext.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/matplotlib/mathtext.py", line 2195
unicode_range = u"\U00000080-\U0001ffff"
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/mpl_toolkits/gtktools.py to gtktools.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/mpl_toolkits/gtktools.py", line 613
print 'verify: old=%s, new=%s, rec=%s'%(oldval, newval, liststore.r[rownum][colname])
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/axes3d.py to axes3d.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 1093
raise NotImplementedError, "comma style remains to be added"
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/proj3d.py to proj3d.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/proj3d.py", line 109
print M
^
SyntaxError: invalid syntax
byte-compiling /usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/art3d.py to art3d.cpython-32.pyc
File "/usr/local/lib/python3.2/site-packages/mpl_toolkits/mplot3d/art3d.py", line 464
raise ValueError, "whoops"
^
SyntaxError: invalid syntax
running install_egg_info
Removing /usr/local/lib/python3.2/site-packages/matplotlib-1.2.x-py3.2.egg-info
Writing /usr/local/lib/python3.2/site-packages/matplotlib-1.2.x-py3.2.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment