Install Numpy in pydev(eclipse)

后端 未结 5 1689
攒了一身酷
攒了一身酷 2021-01-26 00:44

I am trying to install a package called \'numpy\'. i have python setup in eclipse luna with the help of pydev. how do i install numpy in pydev.

tried putting numpy in

5条回答
  •  闹比i
    闹比i (楼主)
    2021-01-26 01:36

    download the required version of numpy from here http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/ and the install directly ,it will run on eclipse automatically

    If it does not solve your purpose use Pip:

    pip install numpy
    

提交回复
热议问题