Skip to content

Commit

Permalink
Fix 'Warning GUI failed to start' making new venv
Browse files Browse the repository at this point in the history
* Adds `packaging` to requirements.txt to clear the above error
after creating a new venv and `pip install -r requirements.txt`
  • Loading branch information
one-lithe-rune committed Nov 19, 2023
1 parent 8080c01 commit bb531e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy==1.24.4
sentencepiece==0.1.98
gguf>=0.1.0
customtkinter>=5.1.0
customtkinter>=5.1.0
packaging>=23.2

0 comments on commit bb531e6

Please sign in to comment.