Closed Vigilence closed 1 year ago
maybe relevant issue: #3
Can you fix by re-creating venv without --system-site-packages
option? It increases storage size though.
You will need PyTorch (and directml-pytorch if needed) installed in the venv.
I checked the directory in question:
E:\Automatic1111\Dataset Tag Editor Standalone\dataset-tag-editor-standalone\venv\Scripts\activate.bat
and noticed that many of the referenced files are missing. I deleted the main folder and recloned the github. After this the installation and launch worked perfectly!
I clone the directory.
git clone https://github.com/toshiaki1729/dataset-tag-editor-standalone/
I launch cmd from dataset-tag-editor-standalone folder.
I then launch the launch_user.bat
According to the readout, gradio is already installed. So not sure what the issue could be.
Requirement already satisfied: gradio==3.22.1 in c:\users\vigilence\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 1)) (3.22.1)