Closed RaymondTracer closed 2 years ago
got the same where ... i reinstall miniconda, clean my z_version_env.tmp, git checkout dev, and modify the webui.cmd
SET PIP_EXISTS_ACTION=w && call conda env create --name "%v_conda_env_name%" -f environment.yaml
SET PIP_EXISTS_ACTION=w && call conda env update --name "%v_conda_env_name%" -f environment.yaml
dont know witch work because i done in all at the same time ^^
I updated conda to the latest version, but that didn't help.
Disable your AV and software firewall, then try running it again and give it 15 minutes on that step. You can try pressing the enter key then to refresh the cli
Here, renaming the current main folder, git cloning it again and just moving the models and output folder to new new folder created did the job.
That worked, thanks.
@rfariavitor could you explain what you mean by main folder
@nabilnaim I mean the folder the command "git" creates when you pull the project and that contains all the files and subfolders.
Here, renaming the current main folder, git cloning it again and just moving the models and output folder to new new folder created did the job.
I did this and still getting the endless installing pip dependencies. It's running off an SSD on a 5950X so I don't expect it should take that long :p
I also updated pip via conda manually but nothing. My only next step is trying a completely fresh install probably
Here, renaming the current main folder, git cloning it again and just moving the models and output folder to new new folder created did the job.
I did this and still getting the endless installing pip dependencies. It's running off an SSD on a 5950X so I don't expect it should take that long :p
I also updated pip via conda manually but nothing. My only next step is trying a completely fresh install probably
Python is a notoriously slow programming language, it usually takes a bit for it to install pip dependencies on my M.2 drive, but it shouldn't take more than 15 minutes.
If it is taking more than that, then I personally have no clue.
I know this is closed but if this happens again I typically go through each folder called __pycache__
and delete those folders. That usually resolves it for me as it forces new modules to get downloaded.
Unfortunately I'm betting this continues to pop up until conda fixes the fact that you can't log out what pip is doing during an install: https://github.com/conda/conda/issues/10556
What happened?
I am stuck on "Installing pip dependencies", I have tried deleting "z_version_env.tmp" and rerunning the batch file, but I am still getting the issue.
Version
0.0.1 (Default)
What browsers are you seeing the problem on?
No response
Where are you running the webui?
Windows
Custom settings
Relevant log output
Code of Conduct