lllyasviel/stable-diffusion-webui-forge

issue installing forge py3.12

Opened this issue · 0 comments

i would like to install the py3.12 version, but it gives me errors. when i try to install it via stability matrix, this happens:

Using Python 3.12.11 environment at: venv
Resolved 2 packages in 54ms
Prepared 1 package in 0.75ms
Installed 1 package in 14ms
 + wheel==0.45.1
Using Python 3.12.11 environment at: venv
Resolved 1 package in 2ms
Installed 1 package in 27ms
 + joblib==1.5.2
Using Python 3.12.11 environment at: venv
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of mediapipe are available:
          mediapipe==0.10.5
          mediapipe==0.10.7
          mediapipe==0.10.8
          mediapipe==0.10.9
          mediapipe==0.10.10
          mediapipe==0.10.11
          mediapipe==0.10.13
          mediapipe==0.10.14
          mediapipe==0.10.15
          mediapipe==0.10.18
          mediapipe==0.10.20
          mediapipe==0.10.21
      and mediapipe<=0.10.11 has no wheels with a matching Python ABI tag
      (e.g., cp312), we can conclude that mediapipe<=0.10.11 cannot be used.
      And because mediapipe==0.10.15 has no wheels with a matching platform
      tag (e.g., win_amd64) and all of:
          mediapipe>=0.10.13,<=0.10.14
          mediapipe>=0.10.18
      depend on protobuf>=4.25.3,<5, we can conclude that all versions of
      mediapipe depend on protobuf>=4.25.3,<5.
      And because you require protobuf==3.20.0 and mediapipe, we can conclude
      that your requirements are unsatisfiable.

      hint: You require CPython 3.12 (cp312), but we only found wheels
      for mediapipe (v0.10.11) with the following Python ABI tags: cp38,
      cp39, cp310, cp311

      hint: Wheels are available for mediapipe (v0.10.15) on the following
      platforms: manylinux_2_17_aarch64, manylinux_2_17_x86_64,
      manylinux2014_aarch64, manylinux2014_x86_64,
      macosx_11_0_universal2, macosx_11_0_x86_64

When i try installing it standalone, the error message gets extremely long, most likely based on the same error. Any ideas? Tried googling it but couldn't find anything suitable

additional info: yes, i downloaded and installed Python 3.12.10 and added it to path, as the system recognizes it, as mentioned in error-line 1