obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
60.39k stars 7.99k forks source link

Python 3.13.0 refuses to load but 3.12.7 works #11461

Closed InsanePanda closed 2 weeks ago

InsanePanda commented 2 weeks ago

Operating System Info

Windows 11

Other OS

No response

OBS Studio Version

30.2.3

OBS Studio Version (Other)

No response

OBS Studio Log URL

https://obsproject.com/logs/5WBiLKSbtbGop00W

OBS Studio Crash Log URL

No response

Expected Behavior

OBS Script should load with Python 3.13.0 without issue.

Current Behavior

OBS Script refuses to load Python version 3.13.0

Steps to Reproduce

  1. Install Python 3.13.0
  2. Open OBS Scripts menu, change Python path to 3.13.0
  3. It shows "Python is currently not loaded"

image

Anything else we should know?

No response

gxalpha commented 2 weeks ago

Python 3.13 is not currently supported. This may change in a future version of OBS, but as-is this is not a bug. Please use Python 3.12 for now.

Chiitoo commented 2 weeks ago

For what it is worth, it has been working for quite a while on Linux (just using the url-text script to test), even though unsupported indeed.