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

it wont start up even after installing dependencys #85

Open
cattoman1 opened this issue Oct 17, 2023 · 0 comments
Open

it wont start up even after installing dependencys #85

cattoman1 opened this issue Oct 17, 2023 · 0 comments

Comments

@cattoman1
Copy link

iam getting this error when using lauch.py

Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)]
Commit hash: c4a12a855641cd1d4f9818d006aca46b82715a69
Installing requirements
Traceback (most recent call last):
  File "C:\Users\mmuch\Desktop\eeeee\FluffySTG\tools\tts\rvc-webui\webui.py", line 3, in <module>
    from modules import cmd_opts, ui
  File "C:\Users\mmuch\Desktop\eeeee\FluffySTG\tools\tts\rvc-webui\modules\ui.py", line 9, in <module>
    from . import models, shared
  File "C:\Users\mmuch\Desktop\eeeee\FluffySTG\tools\tts\rvc-webui\modules\models.py", line 6, in <module>
    from fairseq import checkpoint_utils
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\site-packages\fairseq\__init__.py", line 20, in <module>
    from fairseq.distributed import utils as distributed_utils
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\site-packages\fairseq\distributed\__init__.py", line 7, in <module>
    from .fully_sharded_data_parallel import (
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\site-packages\fairseq\distributed\fully_sharded_data_parallel.py", line 10, in <module>
    from fairseq.dataclass.configs import DistributedTrainingConfig
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\site-packages\fairseq\dataclass\__init__.py", line 6, in <module>
    from .configs import FairseqDataclass
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\site-packages\fairseq\dataclass\configs.py", line 1104, in <module>
    @dataclass
     ^^^^^^^^^
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 1230, in dataclass
    return wrap(cls)
           ^^^^^^^^^
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 1220, in wrap
    return _process_class(cls, init, repr, eq, order, unsafe_hash,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 958, in _process_class
    cls_fields.append(_get_field(cls, name, type, kw_only))
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\mmuch\AppData\Local\Programs\Python\Python311\Lib\dataclasses.py", line 815, in _get_field
    raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <class 'fairseq.dataclass.configs.CommonConfig'> for field common is not allowed: use default_factory
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