Discussion:
[Slackbuilds-users] current matplotlib cant find numpy.
Fernando Lopez
2018-09-09 19:21:21 UTC
Permalink
is it just me??? anyone having this problem? i am on current... i do have
numpy installed from sbo...


matplotlib-1.5.2/doc/faq/usage_faq.rst
matplotlib-1.5.2/doc/faq/installing_faq.rst
matplotlib-1.5.2/doc/faq/fig_map.png
matplotlib-1.5.2/doc/faq/virtualenv_faq.rst
matplotlib-1.5.2/README.rst
matplotlib-1.5.2/MANIFEST.in
============================================================================
Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
matplotlib: yes [1.5.2]
python: yes [2.7.15 (default, Jun 17 2018, 22:57:51) [GCC
7.3.0]]
platform: yes [linux2]

REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: no [could not be found]
dateutil: yes [using dateutil version 2.7.3]
pytz: yes [using pytz version 2018.3]
cycler: yes [using cycler version 0.10.0]
tornado: yes [using tornado version 5.1]
pyparsing: yes [using pyparsing version 2.2.0]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: yes [version 2.9.0]
png: yes [version 1.6.34]
qhull: yes [pkg-config information for 'qhull' could not be
found. Using local copy.]

OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: no [skipping due to configuration]
toolkits_tests: no [skipping due to configuration]

OPTIONAL BACKEND EXTENSIONS
macosx: no [Mac OS-X only]
qt5agg: no [PyQt5 not found]
qt4agg: yes [installing, Qt: 4.8.7, PySide: 1.2.2; Qt:
4.8.7, PyQt: 4.8.7]
gtk3agg: yes [installing, version 3.30.22]
gtk3cairo: yes [installing, version 3.30.22]
gtkagg: yes [installing, Gtk: 2.24.32 pygtk: 2.24.0]
tkagg: yes [installing; run-time loading from Python Tcl /
Tk]
wxagg: yes [installing, version 3.0.2.0]
gtk: yes [installing, Gtk: 2.24.32 pygtk: 2.24.0]
agg: yes [installing]
cairo: yes [installing, pycairo version 1.16.3]
windowing: no [Microsoft Windows only]

OPTIONAL LATEX DEPENDENCIES
dvipng: yes [version 1.15]
ghostscript: yes [version 9.23]
latex: yes [version 3.14159265]
pdftops: yes [version 0.64.0]

OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]

============================================================================
* The following required packages can not be built:
* numpy

matplotlib:
Would you like to continue processing the rest of the
queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.
--
------------
Regards,
Fernando Lopez Jr.
Serban Udrea
2018-09-10 08:45:33 UTC
Permalink
is it just me??? anyone having this problem? i am on current... i do have numpy
installed from sbo...
...
Hi Fernando,

sorry, but I have no -current installation to try to reproduce your issue.
However, if you could give me some more informations about what you exactly did?
Multilib? python3 or python2? Maybe I can help.

Try in a terminal:

python -c "import numpy"

python2 -c "import numpy"

python3 -c "import numpy"

at least one should complete without error, if the numpy installation is OK. Maybe
python does not point to python2 anymore in current (but I would not expect this
to be an issue)?

Best regards,
Serban
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Loading...