Skip to content

Cant build #2924

@RobDiek

Description

@RobDiek

This thing seems to never work - I tried again and still get errors. This time;

root@kvm12139:~/suna# python3 -m setup
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/root/suna/setup/main.py", line 86, in
run()
File "/root/suna/setup/main.py", line 82, in run
main()
File "/root/suna/setup/cli.py", line 129, in main
from setup.wizard import SetupWizard
File "/root/suna/setup/wizard.py", line 9, in
from setup.config.schema import SetupConfig, SetupMethod
File "/root/suna/setup/config/init.py", line 5, in
from setup.config.schema import (
File "/root/suna/setup/config/schema.py", line 7, in
from pydantic import BaseModel, Field, field_validator
ImportError: cannot import name 'field_validator' from 'pydantic' (/usr/lib/python3/dist-packages/pydantic/init.cpython-312-x86_64-linux-gnu.so). Did you mean: 'root_validator'?

I am not sure if this product is EVER going to work. Is there any kind of testing done?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions