-
Notifications
You must be signed in to change notification settings - Fork 35
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
AttributeError: module 'ScoreDraft' has no attribute 'jklex_UTAU' #6
Comments
What you need to do here is:
|
Thanks for your prompt reply. There some error of the Examples. Such as Traceback (most recent call last): python RapTest.py The above exception was the direct cause of the following exception: Traceback (most recent call last): |
|
Your question reminded me that I should put a link to the voicebank in every example. |
When I pu the link in the given folder, it works well. GuitarMute=ScoreDraft.RockMute() The errors are shown bellow: Traceback (most recent call last): File "WuYa.py", line 61, in |
By the way, my OS is win64, and I didn't compile the source code, I just use the pre-deployed binaries. |
You need to download some instrumental samples (.wav file) and put them into |
Can't remember which one is the AlansGuitar I'm using here. I renamed the file.. |
I'm very sorry that there is another problem I run into. python NaushikaRequiem.py File "NaushikaRequiem.py", line 17, in |
That's a very old typo that affected many files. |
When I run the script KeLaTest.py, error is happen as list bellow. It seems ScoreDraft has no attribute 'jklex_UTAU'. (My os is win64)
Traceback (most recent call last):
File "KeLaTest.py", line 13, in
doc.sing(seq, ScoreDraft.jklex_UTAU())
AttributeError: module 'ScoreDraft' has no attribute 'jklex_UTAU'
The text was updated successfully, but these errors were encountered: