On Thursday, 20 December 2018 06:08:03 UTC+2, aleka...@gmail.com wrote:
>
> I am a newbie for beaglebone black. I got my beaglebone black few days 
> before and trying to install matplotlib. I am getting E:Unable to locate 
> package python-matplotlib.  
>
> I got my beaglebone black Rev C with debian 8 jessie and python 2.7  
> installed
>
> I tried following commands to install matplotlib:
>
> sudo apt-get install python-matplotlib
> pip install python-matplotlib
>
> then I tried update and upgrade and again tried above commands but no 
> success.
>
> Any help would be very useful. As I am stuck.
>

According to the Debian package documentation jessie should contain 
"python-matplotlib" with version 1.4.2:
https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=python-matplotlib

The commands to install the Debian package (omit the dollar sign):
$ sudo apt-get update
$ sudo apt-get install python-matplotlib

You may also look for a matching package in the repository:
$ apt-cache search matplotlib

--
Kind regards,
Tarmo

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/eeaeb6ff-9938-4cf3-b50f-8708001e75f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to