Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name build_message #18

Open
launchd opened this issue Jul 7, 2018 · 0 comments
Open

ImportError: cannot import name build_message #18

launchd opened this issue Jul 7, 2018 · 0 comments

Comments

@launchd
Copy link

launchd commented Jul 7, 2018

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`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant