Numpy setup error : extra formal argument Numpy setup error : extra formal argument python python

Numpy setup error : extra formal argument


Sorry, it appears the f2py wrapper support is broken, as it declares a function twice with conflicting signatures: first 2 then 3 formal arguments. It's not clear this version will work for you as desired, though you might find it useful to work through the examples of the first few f2py ToC entries.


it shows numpy is not install properly. you can download the numpy from the following link

https://pypi.org/project/numpy/

or you can use wheel file to install numpy.

Go to the following line to download the suitable wheel.
https://www.lfd.uci.edu/~gohlke/pythonlibs/

on above link search numpy and install it


https://sourceforge.net/projects/numpy/?source=typ_redirectAbove mention, the link has the source file of numpy download it.

Then fire a command in terminal.

cd /home/Downloads/numpy-1.11.2

ls

sudo python setup.py install