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

Cannot install from scratch: oneclick script always considers that initialization is done. #6366

Open
1 task done
joo0ne opened this issue Sep 5, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@joo0ne
Copy link

joo0ne commented Sep 5, 2024

Describe the bug

During a fresh installation, the initialization step is skipped and the server is launched immediately. There is no request for the video card type and no dependencies are installed. At the same time, errors appear due to missing packages: first yaml, then rich, etc.

To bypass this error, it is enough to replace the condition in the script with True the first time:
file one_click.py line 472

if True: #not is_installed():

After that, the installation will proceed normally and you can return the old condition.

It seems to me that the error is that the installation stage is determined by the presence of the environment directory.

Is there an existing issue for this?

  • I have searched the existing issues

Reproduction

clone and run start_linux.sh

Screenshot

No response

Logs

ModuleNotFoundError: No module named 'yaml'

System Info

Linux home 6.10.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.6-1 (2024-08-19) x86_64 GNU/Linux
@joo0ne joo0ne added the bug Something isn't working label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant