[oe] meta-python/python-matplotlib

Maxime Roussin-Bélanger maxime.roussinbelanger at gmail.com
Fri Mar 2 17:17:01 UTC 2018


It should read

"
python
import matplotlib.pyplot as plt
"

instead of

"
python
import matplotlib.plot as plt
"

On Fri, Mar 2, 2018 at 12:03 PM Maxime Roussin-Belanger <
maxime.roussinbelanger at gmail.com> wrote:

> When I run matplotlib in a genericx86-64 image it's missing the dependency,
> python-cycler.
>
> I patch that dependency, and then run it again with
>
> "
> python
> import matplotlib.plot as plt
> "
>
> Now I get another missing dependency "Cannot import name '_path'"
>
> I've tried to make it work, but alas. Have any other developers encountered
> this problem?
>
> Is it a problem with the recipe itself?
>
> Thanks,
> Max
>
> --
Max



More information about the Openembedded-devel mailing list