matplotlib support failed in PyCharm on OSX -


any idea how fix ? how can debug might problem ? not seem : https://youtrack.jetbrains.com/issue/py-15520

i in console:

python 2.6.9 (unknown, jul 14 2015, 19:46:31)  [gcc 4.2.1 compatible apple llvm 6.0 (clang-600.0.39)] on darwin >>> import matplotlib.pyplot plt matplotlib support failed 

the backend :

>>> import matplotlib >>> print(matplotlib.rcparams['backend']) macosx 


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

python - TypeError: 'NoneType' object is not subscriptable "channel_id = c.fetchone()[0]" -