Closed eugeneburger closed 7 years ago
I should pin pixman to ensure that step isn't necessary. I will do that soon. (I am away until Dec 3rd)
On Nov 30, 2016 3:52 AM, "Eugene Burger" notifications@github.com wrote:
I separately ran the conda install command for the pixman library. Anaconda then update pixman to this pixman 0.32.6-0
Running pyferret I got the regular dylib error with libpixman: anaconda2/envs/FERRET/lib//libpixman-1.0.dylib: malformed mach-o image: load command #13 length (0) too small in /Users/burger/anaconda2/envs/ FERRET/lib//libpixman-1.0.dylib
I then tried running the conda update pixman command after running source activate FERRET. This time in installed pixman 0.34.0 fron conda forge, and this time pyferret ran without any issue.
Maybe add this to the documentation?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NOAA-PMEL/PyFerret/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6BLwsaPUAKpgI-MSZ9omvYiQrIlB3oks5rDQ8XgaJpZM4K_1Ih .
PR https://github.com/conda-forge/pyferret-feedstock/pull/22 should solved this. (Note that I cannot close an issue here and ultimately this is a conda packaging issue and not a pyferret
issue.)
I separately ran the
conda install
command for the pixman library. Anaconda then update pixman to this pixman 0.32.6-0Running pyferret I got the regular dylib error with libpixman:
anaconda2/envs/FERRET/lib//libpixman-1.0.dylib: malformed mach-o image: load command #13 length (0) too small in /Users/burger/anaconda2/envs/FERRET/lib//libpixman-1.0.dylib
I then tried running the
conda update pixman
command after runningsource activate FERRET
. This time in installed pixman 0.34.0 fron conda forge, and this time pyferret ran without any issue.Maybe add this to the documentation?