Juan created ZEPPELIN-3094:
------------------------------
Summary: Cannot get python to work in ubuntu
Key: ZEPPELIN-3094
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3094
Project: Zeppelin
Issue Type: Bug
Environment: lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.6 (wheezy)
Release: 7.6
Codename: wheezy
Reporter: Juan
{{%pyspark
print "asd"}}
{{Traceback (most recent call last):
File "/tmp/zeppelin_python-1673434454723060247.py", line 209, in <module>
z = __zeppelin__ = PyZeppelinContext(intp)
File "/tmp/zeppelin_python-1673434454723060247.py", line 61, in __init__
self._setup_matplotlib()
File "/tmp/zeppelin_python-1673434454723060247.py", line 175, in
_setup_matplotlib
import backend_zinline
File
"/home/trigo/software/zeppelin-0.7.3-bin-all/interpreter/lib/python/backend_zinline.py",
line 31, in <module>
import mpl_config
File
"/home/trigo/software/zeppelin-0.7.3-bin-all/interpreter/lib/python/mpl_config.py",
line 99, in <module>
_init_config()
File
"/home/trigo/software/zeppelin-0.7.3-bin-all/interpreter/lib/python/mpl_config.py",
line 83, in _init_config
fmt = matplotlib.rcParams['savefig.format']
File "/usr/lib/pymodules/python2.7/matplotlib/__init__.py", line 673, in
__getitem__
return dict.__getitem__(self, key)
KeyError: 'savefig.format'}}
I'm using zeppelin-0.7.3-bin-all
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)