Note on Python 3.11 #110
Replies: 7 comments 15 replies
-
I currently have Python 3.11.3 on my MacOS. I have no idea how to fix the below error. I've looked around and rolling back my python looks dangerous for my computer OS integrity. Any ideas? Sorry if this has been solved, it gets hard to keep track of all the discussions. Here is the error: Launching launch.py... |
Beta Was this translation helpful? Give feedback.
-
I understand. I’m on an intel Mac. I thought this bit of code could be
added to something like the webui.sh or something.
Shawn
On Fri, Apr 14, 2023 at 9:40 PM Vladimir Mandic ***@***.***> wrote:
i don't know - i don't have apple m1, sorry.
the instructions you've posted clearly mention a 3rd party library: git
checkout apple-silicon-mps-support - i don't know what that does or how
to make it work.
i hope someone else can help.
once there are clear steps, i can integrate as much as possible and make
it a one-step solution. but someone needs to provide clear verifiable steps
- i cannot integrate that library blindly and "hope it works"
—
Reply to this email directly, view it on GitHub
<#110 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4TRMS5JVWO2JVS42NEI3GTXBH37PANCNFSM6AAAAAAW5L363E>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
With Regards,
Shawn Caple
|
Beta Was this translation helpful? Give feedback.
-
Just asking, but why do Python apps require that specific version of the runtime? I mean, it is not Python 4.0 or something. Just 3.10 and 3.11.3. I don't know Python well, but that looks like a minor change. And shouldn't 3.11.3 have backward compatibility with 3.9? I mostly use C#, and I don't think I had this kind of situation with .NET's minor version change. |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried using 3.11 yet with the support now available in pytorch 2.0.1? |
Beta Was this translation helpful? Give feedback.
-
All right, but what are the benefits of 3.11? |
Beta Was this translation helpful? Give feedback.
-
Benefits of 3.11:
https://docs.python.org/3/whatsnew/3.11.html Not sure tho how much python code is actually being executed where speed is relevant, as the rendering is all running in the GPU. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Note on Python 3.11
Python 3.11 support is experimental at the moment and some functionality will be disabled:
numba
is not compatible sofacexlib
,gfpgan
andrealesrgan
modules will not be availablerembg
is not compatible sostable-diffusion-webui-rembg
extension will not be availableAll errors should be reported on console, but still automatically handled, so core operations with Python 3.11 are possible.
Recommended version of Python is 3.10
Beta Was this translation helpful? Give feedback.
All reactions