Coder Social home page Coder Social logo

Fresh installation of Bark Infinity gives "ValueError: mutable default <class 'fairseq.dataclass.configs.CommonConfig'> for field common is not allowed: use default_factory" about bark HOT 2 OPEN

ChamathDilanka avatar ChamathDilanka commented on August 17, 2024 1
Fresh installation of Bark Infinity gives "ValueError: mutable default for field common is not allowed: use default_factory"

from bark.

Comments (2)

JonathanFly avatar JonathanFly commented on August 17, 2024 1

Hmn, some kind of fairseq error. Can you try using the full install .bat file version?

You've got it installed in Python 3.11 which I'm not sure works with fairseq. If you can work through your manual install and change Python 3.11 to Python 3.10, that alone may fix it as well.

from bark.

Milor123 avatar Milor123 commented on August 17, 2024

Hmn, some kind of fairseq error. Can you try using the full install .bat file version?

You've got it installed in Python 3.11 which I'm not sure works with fairseq. If you can work through your manual install and change Python 3.11 to Python 3.10, that alone may fix it as well.

SOLVED the problem N1

Yes correct the Python 3.11 cause the problem, I've installed in Archlinux python 3.10 using pyenv and creating a virtualenv, and it solved my problem.
Thank you very much

but now i have a warning:

fairseq 0.12.2 requires hydra-core<1.1,>=1.0.7, but you have hydra-core 1.3.2 which is incompatible.
fairseq 0.12.2 requires omegaconf<2.1, but you have omegaconf 2.3.0 which is incompatible.

I've installed fairseq by default, using:
pip install fairseq
Dont forcing it to the correct version because the pip dont found it.
how should i install it in linux?

PD Bro: Did you remember me? Hahaha, Now have NVIDIA gpu not AMD 😄

EDIT 1: SOLVED the problem N2 !!!

Solved installing fairseq 0.12.4 manully with:

git clone https://github.com/Sharrnah/fairseq.git
cd fairseq
python setup.py build develop

from bark.

Related Issues (20)

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.