Install 1.3 Superpack on Ubuntu 12.04 fails
Opened this issue · 0 comments
sotte commented
I downloaded the Latest Stable Release: SimpleCV Version 1.3 Superpack
and after installing it on my Ubuntu 12.04 I get the following error when starting simplecv from the command line or from within python:
Traceback (most recent call last):
File "/usr/local/bin/simplecv", line 9, in <module>
load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')()
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/Shell/Shell.py", line 222, in main
scvShell = setup_shell()
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/Shell/Shell.py", line 154, in setup_shell
scvShell = InteractiveShellEmbed(config=cfg, banner1=banner, exit_msg = exit_msg)
File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/terminal/embed.py", line 97, in __init__
display_banner=display_banner
File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/terminal/interactiveshell.py", line 360, in __init__
user_module=user_module, custom_exceptions=custom_exceptions
File "/usr/local/lib/python2.7/dist-packages/IPython/core/interactiveshell.py", line 498, in __init__
self.init_magics()
File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/terminal/embed.py", line 112, in init_magics
super(InteractiveShellEmbed, self).init_magics()
File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/terminal/interactiveshell.py", line 719, in init_magics
self.register_magics(TerminalMagics)
File "/usr/local/lib/python2.7/dist-packages/IPython/core/magic.py", line 389, in register
m = m(shell=self.shell)
File "/usr/local/lib/python2.7/dist-packages/IPython/frontend/terminal/interactiveshell.py", line 84, in __init__
self.input_splitter = IPythonInputSplitter(input_mode='line')
TypeError: __init__() got an unexpected keyword argument 'input_mode'
Any ideas?