touchosc2midi icon indicating copy to clipboard operation
touchosc2midi copied to clipboard

ImportError: cannot import name build_message

Open launchd opened this issue 6 years ago • 0 comments

Not sure if this should be a mido issue or touchosc2midi issue. I've installed the application but I'm unable to run it. I couldn't import mido into python, but now I can (after installing mido from source). Yet I still get this import error related to the back ends. I'm on Python2.7 and Budgie Ubuntu

`Traceback (most recent call last): File "/home/chris/.local/bin/touchosc2midi", line 11, in load_entry_point('touchosc2midi==0.0.10', 'console_scripts', 'touchosc2midi')() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2693, in load_entry_point return ep.load() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2324, in load return self.resolve() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2330, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/home/chris/.local/lib/python2.7/site-packages/touchosc2midi/touchosc2midi.py", line 25, in import mido

File "/home/chris/.local/lib/python2.7/site-packages/mido/init.py", line 93, in from .backends.backend import Backend File "/home/chris/.local/lib/python2.7/site-packages/mido/backends/backend.py", line 3, in from .. import ports File "/home/chris/.local/lib/python2.7/site-packages/mido/ports.py", line 16, in from .parser import Parser File "/home/chris/.local/lib/python2.7/site-packages/mido/parser.py", line 17, in from .messages import Message, build_message, get_spec

ImportError: cannot import name build_message`

launchd avatar Jul 07 '18 17:07 launchd