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

Runitime error re: CreateMidiEventsForBass #23

Open
shenrichs opened this issue Aug 9, 2019 · 1 comment
Open

Runitime error re: CreateMidiEventsForBass #23

shenrichs opened this issue Aug 9, 2019 · 1 comment

Comments

@shenrichs
Copy link

On Mac OSX Mojave 10.14.6 I get this runtime error:

Traceback (most recent call last):
File "wbDev.py", line 2, in
from Skeleton import Skeleton
File "/Users/stevehenrichs/watson-beat/src/Skeleton/Skeleton.py", line 3, in
from Arranging.ArrangeSections import *
File "/Users/stevehenrichs/watson-beat/src/Arranging/ArrangeSections.py", line 5, in
import CreateMidiEventsForBass
ModuleNotFoundError: No module named 'CreateMidiEventsForBass'

@amchaney
Copy link
Collaborator

@shenrichs What version of python are you running? Are you invoking the command from the terminal? This looks like a path problem, since it can't find the modules that are included in the project.
I use Python installed via anaconda:
Python 2.7.13 :: Anaconda 4.3.1 (x86_64)
The old 2.7 version is necessary since the midi libraries used weren't compatible with Python 3.6
Once you have installed 2.7.13, and you are in the terminal, and have run the pip command you should be able to run the wbDev.py command from the cd $WB_HOME/src directory, since from that directory python can find its library friends.

I also run OSX Mojave 10.14.6, so you are good on that OS.

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

2 participants