Skip to content

Add mido as dependency #3

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

Merged
merged 1 commit into from
Feb 21, 2019
Merged

Add mido as dependency #3

merged 1 commit into from
Feb 21, 2019

Conversation

idbrii
Copy link
Contributor

@idbrii idbrii commented Feb 21, 2019

Fix error:
Traceback (most recent call last):
File "C:\apps\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\apps\Python\Python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "E:\clones\textbeat\textbeat_main
.py", line 50, in
from .defs import *
File "E:\clones\textbeat\textbeat\defs.py", line 10, in
import mido
ModuleNotFoundError: No module named 'mido'

Fix error:
Traceback (most recent call last):
  File "C:\apps\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\apps\Python\Python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "E:\clones\textbeat\textbeat\__main__.py", line 50, in <module>
    from .defs import *
  File "E:\clones\textbeat\textbeat\defs.py", line 10, in <module>
    import mido
ModuleNotFoundError: No module named 'mido'
@flipcoder flipcoder merged commit bca32d7 into flipcoder:master Feb 21, 2019
@flipcoder
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants