-
Notifications
You must be signed in to change notification settings - Fork 741
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
VoiceCompiler fails #207
Comments
Sorry, my comments were supposed to end up in another issue... deleting. |
Did you run |
Unfortunately, I don't know how to run it. I am just using the "marytts-builder-5.1/bin/voiceimport.sh" GUI and I don't know how I can run custom commands.
|
Did you build MaryTTS from source, or did you download one of the distribution packages?
<repositories>
<repository>
<id>central</id>
<name>jcenter</name>
<url>http://jcenter.bintray.com/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories> Alternatively, you might be able to accomplish this by adding it as a command line property, running the command as |
i fixed this issue by downloading the needed file and putting them in ~/.m2 folder like: |
OK, that would have been solution 3. |
Your second solution was not working. |
You're right -- my bad! Deploying to Bintray/jCenter required changing the groupId from marytts to de.dfki.mary. This of course is not reflected in the template used by the VoiceCompiler... |
I had this issue, even though I ran |
You're right -- this was also related to #218 -- fixed in |
Thanks again! I will run a complete build w/ different features very soon and even try to use the new project for import. |
@183amir : It seems I face the same problem, but I don't fully understand what you mean with the solution: 'i fixed this issue by downloading the needed file and putting them in ~/.m2 folder like: |
@Georgakopoulos please see #222 (comment) |
I checked the issue #222 but did not come very far after trying a few things:
I am problably missing sth., but I can't see what tight now... |
I suggest that you checkout to the 'origin/5.1.x' git branch and run 'mvn install'. This worked perfectly for me. |
Actually, the commits in question have already been merged into master. |
got it, thanks! |
Hello,
I am trying to run the voice building example from the wiki. Everything runs successfully except for the VoiceCompiler part.
I have followed:
https://github.com/marytts/marytts/wiki/VoiceImportToolsTutorial
and
https://github.com/marytts/marytts/wiki/UnitSelectionVoiceCreation
But I get this error:
This is my mvn version:
Could you please help me? I don't know how can I provide the parent pom.
The text was updated successfully, but these errors were encountered: