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

Conflict Dependicies Problem #782

Closed
sprkles3443 opened this issue Jul 27, 2024 · 16 comments · Fixed by #786
Closed

Conflict Dependicies Problem #782

sprkles3443 opened this issue Jul 27, 2024 · 16 comments · Fixed by #786
Labels
bug Something isn't working work-in-progress Fix / addition in progress

Comments

@sprkles3443
Copy link

sprkles3443 commented Jul 27, 2024

Hi, when i am trying to update Stability Diffusion WebUI Forge i am getting this error ;

Cannot install fastapi==0.104.1, gradio==4.39.0 and pydantic==1.10.15 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested pydantic==1.10.15
    fastapi 0.104.1 depends on pydantic!=1.8, !=1.8.1, !=2.0.0, !=2.0.1, !=2.1.0, <3.0.0 and >=1.7.4
    gradio 4.39.0 depends on pydantic>=2.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

Even if i try to fresh install same error occurs. Can anyone help?

@sprkles3443 sprkles3443 changed the title Conflick Conflict Dependicies Jul 27, 2024
@sprkles3443 sprkles3443 changed the title Conflict Dependicies Conflict Dependicies Problem Jul 27, 2024
@IvanFromGardarike
Copy link

Same problem

@KillerRu
Copy link

I'm getting a lot more dependency problems since the latest update...
I'm also running into dependency problems with Stable Diffusion Webui and SD Forge...

@r3b3lxxleader
Copy link

I'm getting a lot more dependency problems since the latest update... I'm also running into dependency problems with Stable Diffusion Webui and SD Forge...

I can't even get mine to update.

@KillerRu
Copy link

Reinstall gives me this error now... So installing again is a problem too:
2024-07-27 10_31_56-

@yundin2000
Copy link

same problem here

@Nisekoi-1
Copy link

same

@junny2233
Copy link

junny2233 commented Jul 27, 2024

@sprkles3443

here is a fix

thanks too on reddit zoneender89

r/StableDiffusion- Reddit Post

if you're getting the dependency issue, you can fix it by opening your requirements_versions file in your package folder. change pydantic to pydantic==2.8.2

@mohnjiles mohnjiles added bug Something isn't working work-in-progress Fix / addition in progress labels Jul 27, 2024
@sprkles3443
Copy link
Author

@sprkles3443

here is a fix

thanks too on reddit zoneender89

r/StableDiffusion- Reddit Post

if you're getting the dependency issue, you can fix it by opening your requirements_versions file in your package folder. change pydantic to pydantic==2.8.2

Yes, I actually posted in that thread

Money_Worldliness159

15 hours ago
it won't let me change it, somehow it goes back to 1.10.15. i guess we have to wait for an update.

I had changed the version to 2.8.2 and closed the txt file but this time I kept the requirements_version.txt open and updated it and it worked.

Thank you.

@GeminiSquishGames
Copy link

You may also have to disable extensions that are causing errors. Many don't work and need updated to work with new gradio.

@sergiogbrox
Copy link

same problem

@GeminiSquishGames
Copy link

same problem

Have you downloaded the latest release and manually replaced your .exe file yet? I think that should do it.

@sergiogbrox
Copy link

same problem

Have you downloaded the latest release and manually replaced your .exe file yet? I think that should do it.

i fix with this:

https://www.reddit.com/r/StableDiffusion/comments/1ed5fl7/comment/lf5gfny/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

image

@GeminiSquishGames
Copy link

same problem

Have you downloaded the latest release and manually replaced your .exe file yet? I think that should do it.

i fix with this:

I did too at first to get it working, but I still had to download the fixed .exe manually, or it still couldn't update properly. But if you've got it working that's good!

@CHollman823
Copy link

I also had this problem and the fix above worked... but this is ridiculous. Non-stop issues, every single time it updates it breaks in one way or another.

@Nisekoi-1
Copy link

Nisekoi-1 commented Aug 18, 2024

I also had this problem and the fix above worked... but this is ridiculous. Non-stop issues, every single time it updates it breaks in one way or another.

Then don't update it. that's what i been doing. Only update once a month

@GeminiSquishGames
Copy link

I also had this problem and the fix above worked... but this is ridiculous. Non-stop issues, every single time it updates it breaks in one way or another.

I've been auto updating regularly with no problems since the first hiccup where you'd have to get a fresh release manually. Maybe try using git to update the repo if the .exe auto updates always break. That sounds like something on your system doesn't like it, but that is usually made apparent by say a firewall or virus/malware protection getting false positives.

mohnjiles added a commit to LykosAI/StabilityMatrix-Dev that referenced this issue Aug 21, 2024
Add Flux types to civitai browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working work-in-progress Fix / addition in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.