Folks,
The second release candidate for 1.5.2 has been tagged.
conda binaries are available via
conda install -c conda-forge/channel/rc matplotlib -c conda-forge
on all platforms.
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160527/0f340e23/attachment.html>
Thomas Caswell wrote:
Folks,
The second release candidate for 1.5.2 has been tagged.
conda binaries are available via
conda install -c conda-forge/channel/rc matplotlib -c conda-forge
on all platforms.
Tom
I tried the conda install, and it broke mpl for me. See:
https://gist.github.com/nbecker/9ee0957a54d28eb8c2b801d557f89c5f
Can you try also installing qt/pyqt from conda forge?
Can you import pyqt with out going through mpl?
Tom
···
On Fri, May 27, 2016, 07:53 Neal Becker <ndbecker2 at gmail.com> wrote:
Thomas Caswell wrote:
> Folks,
>
> The second release candidate for 1.5.2 has been tagged.
>
> conda binaries are available via
>
> conda install -c conda-forge/channel/rc matplotlib -c conda-forge
>
> on all platforms.
>
> Tom
I tried the conda install, and it broke mpl for me. See:
https://gist.github.com/nbecker/9ee0957a54d28eb8c2b801d557f89c5f
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
https://mail.python.org/mailman/listinfo/matplotlib-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160527/e5ba9a75/attachment.html>
Thomas Caswell wrote:
Can you try also installing qt/pyqt from conda forge?
Can you import pyqt with out going through mpl?
Tom
Thomas Caswell wrote:
> Folks,
>
> The second release candidate for 1.5.2 has been tagged.
>
> conda binaries are available via
>
> conda install -c conda-forge/channel/rc matplotlib -c conda-forge
>
> on all platforms.
>
> Tom
I tried the conda install, and it broke mpl for me. See:
https://gist.github.com/nbecker/9ee0957a54d28eb8c2b801d557f89c5f
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
https://mail.python.org/mailman/listinfo/matplotlib-users
OK, this seems to work:
conda install -c conda-forge/channel/rc icu matplotlib -c conda-forge
···
On Fri, May 27, 2016, 07:53 Neal Becker > <ndbecker2 at gmail.com> wrote: