Code Monkey home page Code Monkey logo

tts-r-pido's People

Contributors

rafaelgodoyebert avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

tts-r-pido's Issues

Valid config keys have changed in V2: * 'underscore_attrs_are_private' has been removed

On Windows with Python 3.10.6

(TTS-R-pido) E:\RunningSlowly\TTS-R-pido>python app.py
E:\RunningSlowly\TTS-R-pido\lib\site-packages\pydantic_internal_config.py:322: UserWarning: Valid config keys have changed in V2:

  • 'underscore_attrs_are_private' has been removed
    warnings.warn(message, UserWarning)
    Traceback (most recent call last):
    File "E:\RunningSlowly\TTS-R-pido\app.py", line 68, in
    from elevenlabs import voices, generate
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\elevenlabs_init_.py", line 1, in
    from .api import * # noqa F403
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\elevenlabs\api_init_.py", line 2, in
    from .history import * # noqa F403
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\elevenlabs\api\history.py", line 9, in
    from .voice import VoiceSettings
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\elevenlabs\api\voice.py", line 30, in
    class VoiceClone(API):
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\elevenlabs\api\voice.py", line 38, in VoiceClone
    def computed_files_tuple(cls, values) -> List[str]:
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\pydantic\deprecated\class_validators.py", line 231, in root_validator
    return root_validator()(*__args) # type: ignore
    File "E:\RunningSlowly\TTS-R-pido\lib\site-packages\pydantic\deprecated\class_validators.py", line 237, in root_validator
    raise PydanticUserError(
    pydantic.errors.PydanticUserError: If you use @root_validator with pre=False (the default) you MUST specify skip_on_failure=True. Note that @root_validator is deprecated and should be replaced with @model_validator.

For further information visit https://errors.pydantic.dev/2.6/u/root-validator-pre-skip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.