SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S
1
(3)
2
3
(1)
4
(2)
5
(6)
6
(3)
7
(2)
8
(1)
9
10
(1)
11
12
13
14
15
16
17
(1)
18
(3)
19
(2)
20
21
22
23
24
25
26
27
(1)
28
29
30
(2)
31
(4)




Showing 1 results of 1

From: Guillermo-Nicolas G. D. <gn....@gm...> - 2013年12月10日 19:38:36
Hello,
I'm having an issue building Matplotlib. In reality the build process
finishes without error, but afterwards I get this error when importing
pyplot:
[kpi@dev-outils lib.linux-x86_64-3.3]$ python3.3
Python 3.3.2 (default, Sep 17 2013, 10:40:41)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
>>> import matplotlib.pyplot as plt
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "./matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File "./matplotlib/colorbar.py", line 27, in <module>
 import matplotlib.artist as martist
 File "./matplotlib/artist.py", line 8, in <module>
 from .transforms import Bbox, IdentityTransform, TransformedBbox, \
 File "./matplotlib/transforms.py", line 35, in <module>
 from matplotlib._path import (affine_transform,
count_bboxes_overlapping_bbox,
*ImportError: ./matplotlib/_path.cpython-33m.so
<http://path.cpython-33m.so>: undefined symbol:
_ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l*
I don't know a thing about building C extensions, but if I understood
correctly some pasts posts in this list and others, this problem might be
caused by a library that is compiled with an incompatible version of GCC.
My first suspect was freetype, so I downloaded and compiled v2.4.12 using
gcc44 (which is the same compiler I used to build python3.3 and matplotlib).
But the problem persists... My question is: *how can I know wich library is
causing the issue, so I could recompile it?*
Or, if I am completely missing the root cause, thank you for steering me in
the correct direction :-)
More detailed info follows. Thank you for your help !
Nicolas
Here is the information asked for in the troubleshooting FAQ:
[kpi@dev-outils matplotlib]$ uname -a
Linux dev-outils.admin.mt.lan 2.6.18-348.16.1.el5 #1 SMP Wed Aug 21
04:00:25 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
[kpi@dev-outils matplotlib]$ cat /etc/redhat-release
CentOS release 5.9 (Final)
But please, note that I am using a Python version built by myself (not the
version that comes with CenOS 5.9) using gcc 4.4.7 (and not gcc 4.1.2)
[kpi@dev-outils matplotlib]$ gcc44 -v
Using built-in specs.
Target: x86_64-redhat-linux6E
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap
--enable-shared --enable-threads=posix --enable-checking=release
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
--disable-gnu-unique-object --with-as=/usr/libexec/binutils220/as
--enable-languages=c,c++,fortran --disable-libgcj
--with-mpfr=/builddir/build/BUILD/gcc-4.4.7-20120601/obj-x86_64-redhat-linux6E/mpfr-install/
--with-ppl=/builddir/build/BUILD/gcc-4.4.7-20120601/obj-x86_64-redhat-linux6E/ppl-install
--with-cloog=/builddir/build/BUILD/gcc-4.4.7-20120601/obj-x86_64-redhat-linux6E/cloog-install
--with-tune=generic --with-arch_32=i586 --build=x86_64-redhat-linux6E
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-1) (GCC)
[kpi@dev-outils lib.linux-x86_64-3.3]$ python3.3
Python 3.3.2 (default, Sep 17 2013, 10:40:41)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
>>> matplotlib.__version__
'1.3.1'
Here is what I modified in setup.cfg last time (but I also tried with an
unmodified version with the same results):
[gui_support]
agg = True
cairo = False
gtk = False
gtk3agg = False
gtk3cairo = False
gtkagg = False
macosx = False
pyside = False
qt4agg = False
tkagg = False
windowing = False
wxagg = False
[rc_options]
backend = Agg
I didn't modify any other config file. Here is the output of the build
process:
[kpi@dev-outils matplotlib-1.3.1]$ python3.3 setup.py build
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
 matplotlib: yes [1.3.1]
 python: yes [3.3.2 (default, Sep 17 2013, 10:40:41) [GCC
 4.4.7 20120313 (Red Hat 4.4.7-1)]]
 platform: yes [linux]
REQUIRED DEPENDENCIES AND EXTENSIONS
 numpy: yes [version 1.8.0]
 dateutil: yes [using dateutil version 2.2]
 tornado: yes [using tornado version 3.1.1]
 pyparsing: yes [using pyparsing version 2.0.1]
 pycxx: yes [Official versions of PyCXX are not compatible
 with Python 3.x. Using local copy]
 libagg: yes [pkg-config information for 'libagg' could not
 be found. Using local copy.]
 freetype: yes [version 16.1.10]
 png: yes [version 1.2.10]
OPTIONAL SUBPACKAGES
 sample_data: yes [installing]
 toolkits: yes [installing]
 tests: yes [using nose version 1.3.0]
OPTIONAL BACKEND EXTENSIONS
 macosx: no [skipping due to configuration]
 qt4agg: no [skipping due to configuration]
 gtk3agg: no [skipping due to configuration]
 gtk3cairo: no [skipping due to configuration]
 gtkagg: no [skipping due to configuration]
 tkagg: no [skipping due to configuration]
 wxagg: no [skipping due to configuration]
 gtk: no [skipping due to configuration]
 agg: yes [installing]
 cairo: no [skipping due to configuration]
 windowing: no [skipping due to configuration]
OPTIONAL LATEX DEPENDENCIES
 dvipng: no
 ghostscript: yes [version 8.70]
 latex: no
 pdftops: no
running build
running build_py
creating build

Showing 1 results of 1

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /