Skip to content

Can a venv be used as OBS's interpreter? #32

Answered by upgradeQ
ogtega asked this question in Q&A
Discussion options

You must be logged in to vote

I think no. Though there is a hack, to use different version of python in GNU/Linux:

  1. install pyenv
  2. run this env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install <some_python_version>
  3. cd to .pyenv/versions/some_python_version
  4. Start OBS Studio like this LD_PRELOAD=./lib/libpython3.11.so obs

Maybe you could also rewrite your program to use polling on sockets or named pipes.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ogtega
Comment options

Answer selected by ogtega
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants