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

Anyone have any clever solutions for compatability with Python 3.10.0? #133

Open
ghost opened this issue Mar 12, 2023 · 3 comments
Open

Comments

@ghost
Copy link

ghost commented Mar 12, 2023

I've just had a few messy errors with running a Python 3.9 virtualenv (Ubuntu, CPU based)

I will continue to troubleshoot my issues, but I figured I'd reach out to see if anyone else found an approach accommodating the current Python version.

Thanks!

@espio999
Copy link

Hi.
Although this is the Windows case, "stable_diffusion.openvino" is running fine with Python 3.10.10 .
My arrangement is

  1. use the latest version of numpy
  2. use scipy older than version 1.9.0
    See my "requirements.txt" at the site below.
    https://impsbl.hatenablog.jp/entry/StableDiffusionOnWindowsPCwith8GB-RAM_en

@oscarnevarezleal
Copy link

oscarnevarezleal commented Mar 13, 2023

  • Open requirements.txt, remove numpy version,
  • run pip pip install -r requirements.txt .

It worked for me

@ghost
Copy link

ghost commented Mar 14, 2023

I actually submitted a PR for this (#125), which updates the numpy version to 1.23.4 and thus allows SD to work on Python 3.10. Sadly the team has been pretty slow on accepting PRs recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants