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

[Bug]: Fail to install requirements.txt #15711

Open
3 of 6 tasks
vvvilife opened this issue May 4, 2024 · 1 comment
Open
3 of 6 tasks

[Bug]: Fail to install requirements.txt #15711

vvvilife opened this issue May 4, 2024 · 1 comment
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@vvvilife
Copy link

vvvilife commented May 4, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • The issue is caused by an extension, but I believe it is caused by a bug in the webui
  • The issue exists in the current version of the webui
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

What happened?

Clone repository, create venv, activate venv.

pip install -r requirements.txt

install fails at building wheel for tokenizers.

Steps to reproduce the problem

Clone repository, create venv, activate venv.

pip install -r requirements.txt

install fails at building wheel for tokenizers.

What should have happened?

Should have installed correctly

What browsers do you use to access the UI ?

Mozilla Firefox

Sysinfo

unable, cannot fully install

Console logs

https://gist.github.com/vvvilife/f5499dfbc8810caec328d9f962305bc9

Additional information

No response

@vvvilife vvvilife added the bug-report Report of a bug, yet to be confirmed label May 4, 2024
@missionfloyd
Copy link
Collaborator

Looks like you're using python 3.12, which isn't supported. Install python 3.10 (both can be installed at once) and set python_cmd="python3.10" in webui-user.sh.

Then delete the venv folder and run ./webui.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants