Michael Aye
Michael Aye
same backend? maybe we should first confirm if it's backend dependent.
@kalefranz maybe knows. Yeah, will try the conda-forge one, but it says '1.08beta'?
nope, the conda-forge channel does not work with nomkl libraries. :(
On my stable 3.5 env it insists on nomkl: ``` bash (stable)└─❱❱❱ conda install -c conda-forge basemap +4823 14:56 ❰─┘ Fetching package metadata: ........ Solving package specifications: ......... Package plan...
Interesting, when I add nomkl it works suddenly? Why is that so? I already have nomkl installed?
@pelson I'm using conda 4.0.5, the most recent version.
@ocefpaf do you mean `basemap-data-hires` ?
I just recreated an nbvaltest env using all your above commands, and checked out your tag `0.4.11`, and oh boy does that throw errors on me, like hundreds (possibly looped?):...
Sure your delivered notebooks work as expected, but when evaluating new packages for their usefulness I also look at how easy (or if at all) problems are fixable. ;)
Maybe because above suggested test env only includes this:? ```bash conda create -n nbvaltest python=3.5 numpy pandas matplotlib ```