Untitled

 avatar
unknown
plain_text
5 months ago
1.8 kB
5
Indexable
    ~  vim                                                                                                                                                              ✔ 
Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "/usr/lib/python3.12/site-packages/powerline/__init__.py", line 10, in <module>
    from powerline.colorscheme import Colorscheme
  File "/usr/lib/python3.12/site-packages/powerline/colorscheme.py", line 6, in <module>
    from powerline.lib.unicode import unicode
  File "/usr/lib/python3.12/site-packages/powerline/lib/unicode.py", line 7, in <module>
    from unicodedata import east_asian_width, combining
ImportError: /usr/lib/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so: undefined symbol: PyModule_Type
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "<string>", line 9, in <module>
  File "/usr/lib/python3.12/site-packages/powerline/__init__.py", line 10, in <module>
    from powerline.colorscheme import Colorscheme
  File "/usr/lib/python3.12/site-packages/powerline/colorscheme.py", line 6, in <module>
    from powerline.lib.unicode import unicode
  File "/usr/lib/python3.12/site-packages/powerline/lib/unicode.py", line 7, in <module>
    from unicodedata import east_asian_width, combining
ImportError: /usr/lib/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so: undefined symbol: PyModule_Type
An error occurred while importing powerline module.
This could be caused by invalid sys.path setting,
or by an incompatible Python version (powerline requires
Python 2.6, 2.7 or 3.2 and later to work). Please consult
the troubleshooting section in the documentation for
possible solutions.
Unable to import powerline, is it installed?
Editor is loading...
Leave a Comment