This repository was archived by the owner on Feb 15, 2024. It is now read-only.
Replies: 1 comment
-
One addition to y proposal is to update the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On Fedora 32 I see this error when opening the script log and the
obs-zoom-and-follow
script was installed:It looks like
/usr/lib64/python3.8/lib-dynload/_struct.cpython-38-x86_64-linux-gnu.so
is missing a symbol that happens to be defined in/usr/lib64/libpython3.so
. To overcome the problem above, simply start obs from the command line using:Let me know if you ran into the same issue and if this tip fixes it for you.
Beta Was this translation helpful? Give feedback.
All reactions