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

[BUG] Cannot build dusty/xtts:r36.4, old XTTS repo is deprecated #696

Open
wyhanz opened this issue Oct 24, 2024 · 1 comment
Open

[BUG] Cannot build dusty/xtts:r36.4, old XTTS repo is deprecated #696

wyhanz opened this issue Oct 24, 2024 · 1 comment

Comments

@wyhanz
Copy link

wyhanz commented Oct 24, 2024

Thank you for your work on this repository, it has been very helpful to me!

I encountered the following error when attempting to build the dusty/xtts:r36.4 image using jetson-containers:

      Error compiling Cython file:
      ------------------------------------------------------------
      ...
          cdef Pool mem
          cpdef readonly StringStore strings
          cpdef public Morphology morphology
          cpdef public object vectors
          cpdef public object _lookups
          cpdef public object writing_system
                ^
      ------------------------------------------------------------

      spacy\vocab.pxd:32:10: Variables cannot be declared with 'cpdef'. Use 'cdef' instead.

      Error compiling Cython file:
      ------------------------------------------------------------
      ...
          cpdef readonly StringStore strings
          cpdef public Morphology morphology
          cpdef public object vectors
          cpdef public object _lookups
          cpdef public object writing_system
          cpdef public object get_noun_chunks
                ^
      ------------------------------------------------------------

      spacy\vocab.pxd:33:10: Variables cannot be declared with 'cpdef'. Use 'cdef' instead.

      Error compiling Cython file:
      ------------------------------------------------------------
      ...
          cdef float prior_prob


      cdef class KnowledgeBase:
          cdef Pool mem
          cpdef readonly Vocab vocab

Upon investigation, I found a similar issue in the original TTS repository issue #4029, which identifies the cause as the old version of the XTTS repository being deprecated and migrated to a new repository idiap/coqui-ai-TTS. It appears that your build scripts still reference a fork of the deprecated version, which could lead to this problem persisting in the future, given that the old repository is no longer supported.

@wyhanz
Copy link
Author

wyhanz commented Oct 24, 2024

directly clone and then install works for me. (JP61, L4T36.4.0, orin 64GB)

RUN git clone https://github.com/idiap/coqui-ai-TTS ${TTS_PATH} && \
    cd ${TTS_PATH} && \
    pip3 install -e .

Test scripts failed, just skip them.

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

1 participant