Hello Josh,

JH> -- Dependency PYGTK_FOUND = TRUE
JH> -- Dependency NUMPY_FOUND = FALSE
JH> -- Disabling gnuradio-companion support.
JH> -- Override with -DENABLE_GRC=ON/OFF

JB> The build environment is just trying to import
JB> numpy.  Are  you able to run python -c "import
JB> numpy"  from the same terminal you are calling
JB> the build configuration from?

Sort  of,  it looks like I can run it, however see
below.  Hmm,  must  have  a  wizard problem, as it
appears it's the wrong Elf class :)

$ python -c "import numpy"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/jharvey/.local/lib/python2.7/site-packages/numpy/__init__.py", 
line 137, in <module>
    import add_newdocs
  File "/home/jharvey/.local/lib/python2.7/site-packages/numpy/add_newdocs.py", 
line 9, in <module>
    from numpy.lib import add_newdoc
  File 
"/home/jharvey/.local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 
4, in <module>
    from type_check import *
  File 
"/home/jharvey/.local/lib/python2.7/site-packages/numpy/lib/type_check.py", 
line 8, in <module>
    import numpy.core.numeric as _nx
  File 
"/home/jharvey/.local/lib/python2.7/site-packages/numpy/core/__init__.py", line 
5, in <module>
    import multiarray
ImportError: 
/home/jharvey/.local/lib/python2.7/site-packages/numpy/core/multiarray.so: 
wrong ELF class: ELFCLASS32

Best regards.

.. ..-. / -.-- --- ..- / .-. . .- -.. /  - .... .. ...   
.-.. . - ... / .... .- ...- . / .- / -... . . .-. 

 Jared Harvey                           Operator KB1GTT

e-mail m...@jaredharvey.com
Web page http://jaredharvey.com


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to