numpy won't install for me

533 views
Skip to first unread message

Lidia Toscano

unread,
Sep 29, 2016, 6:35:57 PM9/29/16
to BeagleBoard
Hi, I am running Debian GNU/Linux 8 on a BBB.  I have been trying to download numpy but when I use pip install numpy the installation process crashes.  

I've been using the following process: http://docs.scipy.org/doc/numpy-1.10.1/user/install.html#id6

root@beaglebone:~# python setup.py install
python: can't open file 'setup.py': [Errno 2] No such file or directory
root@beaglebone:~#

root@beaglebone:~# python setup.py build_ext --inplace
python: can't open file 'setup.py': [Errno 2] No such file or directory
root@beaglebone:~#
 

Your help appreciated!


Dennis Lee Bieber

unread,
Sep 29, 2016, 8:10:25 PM9/29/16
to beagl...@googlegroups.com
On Thu, 29 Sep 2016 15:35:57 -0700 (PDT), Lidia Toscano
<lidia....@gmail.com> declaimed the
following:

>Hi, I am running Debian GNU/Linux 8 on a BBB. I have been trying to
>download numpy but when I use pip install numpy the installation process
>crashes.
>

So what error messages does it generate?
>
>root@beaglebone:~# python setup.py install
>python: can't open file 'setup.py': [Errno 2] No such file or directory
>root@beaglebone:~#

No surprise if you don't have the download in the first place... Or
extracted the contents of the download into a directory... OR CD'd into the
directory with the package contents (you're still in the root home
directory -- at the least the package should be in a subdirectory
somewhere)
--
Wulfraed Dennis Lee Bieber AF6VN
wlf...@ix.netcom.com HTTP://wlfraed.home.netcom.com/

William Hermans

unread,
Sep 29, 2016, 8:25:16 PM9/29/16
to beagl...@googlegroups.com
$ ls .

Would determine if the script is in the current working directory.


--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/ctarubtd4tcs9arheo2d6uigpsmg33c1fr%404ax.com.
For more options, visit https://groups.google.com/d/optout.

Lidia Toscano

unread,
Sep 29, 2016, 9:14:11 PM9/29/16
to beagl...@googlegroups.com
Now, that is an interesting thought.  When I go out and look for instructions on downloading packages, the instructions usually only say to

pip install . . . . whatever.  They never specify sub directories.  This is somewhat confusing for the newbies like me because installations just do their thing and I never really know where to find the installed packages.  If I save all of the script on the screen, I can then look for the path but this is a tedious way of "knowing" where packages are installed.

As it turns out, I input the instructions again and left the laptop for a long while and then . . . ta da!  numpy was installed.  Because it took so long to install, I thought it had crashed.  Apparently it was still working in the background. 

Thanks for all of your assistance 

You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/cWLv9qXfXqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORqQwvF80kWuBXQidAKivsYadLf_j7XgkVjr91%2BWKs38Og%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages