python - Matplotlib does not work with Canopy 1.3 on Linux Mint Debian Edition -


i upgraded canopy 1.3 on linux computer, , since experiencing problems when trying use matplotlib. did not have these problems canopy 1.1.

invoking matplotlib spawn error this:

>>> import matplotlib.pyplot plt >>> import numpy np >>> plt.plot(np.array([1,2,3]))   *** libmkl_p4m.so *** failed error : /home/richard/canopy/appdata/canopy-1.3.0.1715.rh5-x86/lib/libmkl_p4m.so: undefined symbol: i_free *** libmkl_def.so *** failed error : /home/richard/canopy/appdata/canopy-1.3.0.1715.rh5-x86/lib/libmkl_def.so: undefined symbol: i_free mkl fatal error: cannot load neither libmkl_p4m.so nor libmkl_def.so 

apart that, canopy python seems functioning normally.

this on linux mint debian edition (lmde) i386, distribution based on debian testing.

$ uname -a linux lmde-i386 3.11-2-486 #1 debian 3.11.8-1 (2013-11-13) i686 gnu/linux 

i have searched canopy/epd support forums, no avail. (this issue @ first sight seemed related; proposed fixed not help.) find posting in intel support channel, indicates problem might due incorrect linking.

any hints appreciated!

reinstalling (~/canopy) unlikely help. resetting user environment might. delete ~/enthought, restart canopy application rebuild user environment, try again. if fails, please email support@enthought.com reference question.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -