-
Notifications
You must be signed in to change notification settings - Fork 32
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
no such package '@tacotron2// #7
Comments
@moonnee Thanks for reporting it. The same issue was reported from other people and I confirmed to reproduce it. |
I installed bazel-0.19.0, but still no luck. The errors are as followed:
|
@moonnee Could you try #8 with new Bazel version? FYI this is the old version I used. It seems version 0.18 works.
|
Thank you for the reply. I install bazel-0.18.1 but still no luck:
After I ran
|
How about Bazel 0.21.0 with this patch #8 ? |
I tried Bazel 0.21.0 with the patch you modified and encountered the following error :
|
Thanks for your patience. But this doesn't work either.
|
@moonnee Which version of git do you use? As of 0.20 Bazel uses local git command instead of embedded JGit. I added a document that describes how to run commands without Bazel. With this way you can avoid Bazel related issues. |
Thanks a lot for your help. My git version is 1.8.3.1. |
@moonnee Your git version is old so please install the latest version. FYI my git version is 2.17.1.
Updating git may solve your ploblems. I also updated the Bazel documentation for clearity. |
I upgraded my git to 2.20.1, and got new errors after running preprocessing commonds:
But I already installed pyspark.
|
Thanks for your work!
I am trying to run this repository using LJSpeech. After preprocessing, I run:
bazel run train -- --source-data-root=exp/self-attention-tacotron/training/LJSpeech/source --target-data-root=exp/self-attention-tacotron/training/LJSpeech/target --checkpoint-dir=exp/self-attention-tacotron/logs --selected-list-dir=exp/self-attention-tacotron/examples/ljspeech --hparam-json-file=exp/self-attention-tacotron/examples/ljspeech
I encounter the following errors:
I tried to work around by running
bazel run train -- --source-data-root=exp/self-attention-tacotron/training/LJSpeech/source --target-data-root=exp/self-attention-tacotron/training/LJSpeech/target --checkpoint-dir=exp/self-attention-tacotron/logs --selected-list-dir=exp/self-attention-tacotron/examples/ljspeech --hparam-json-file=exp/self-attention-tacotron/examples/ljspeech --incompatible_remove_native_git_repository=false
, but still no luck. Any ideas? Thanks!
The bazel version I use is 0.21.0.
The text was updated successfully, but these errors were encountered: