TomB
New Member
I don't know much about Python but I'm trying to use the url-text.py plugin. The output just shows the following:
I have python installed and `python --version` shows:
Do I need a further python library installed to get this working? Unfortunately googling "undefined symbol: _PyFloat_Pack4" gives very few results.
Code:
[url-text.py] Traceback (most recent call last):
[url-text.py] File "/usr/share/obs/obs-plugins/frontend-tools/scripts/url-text.py", line 2, in <module>
[url-text.py] import urllib.request
[url-text.py] File "/usr/lib/python3.8/urllib/request.py", line 84, in <module>
[url-text.py] import base64
[url-text.py] File "/usr/lib/python3.8/base64.py", line 10, in <module>
[url-text.py] import struct
[url-text.py] File "/usr/lib/python3.8/struct.py", line 13, in <module>
[url-text.py] from _struct import *
[url-text.py] ImportError: /usr/lib/python3.8/lib-dynload/_struct.cpython-38-x86_64-linux-gnu.so: undefined symbol: _PyFloat_Pack4
I have python installed and `python --version` shows:
Code:
Python 3.8.5
Do I need a further python library installed to get this working? Unfortunately googling "undefined symbol: _PyFloat_Pack4" gives very few results.