Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: PIL/_imaging.so: undefined symbol: XauGetBestAuthByAddr #64

Open
nzhang9999 opened this issue Jan 23, 2022 · 0 comments
Open

Comments

@nzhang9999
Copy link

I'm using CoreELEC 19.3 for Phicomm N1, package from https://github.com/RuralHunter/CoreELEC

I got error info fom Embuary Helper after i install Embuary Skin

Log info

ERROR <general>: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
 - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ImportError'>
Error Contents: /usr/lib/python3.8/site-packages/PIL/_imaging.so: undefined symbol: XauGetBestAuthByAddr
Traceback (most recent call last):
  File "/storage/.kodi/addons/script.embuary.helper/plugin.py", line 10, in <module>
    from resources.lib.plugin_content import *
  File "/storage/.kodi/addons/script.embuary.helper/resources/lib/plugin_content.py", line 11, in <module>
    from resources.lib.image import *
  File "/storage/.kodi/addons/script.embuary.helper/resources/lib/image.py", line 12, in <module>
    from PIL import ImageFilter,Image,ImageOps,ImageEnhance
  File "/usr/lib/python3.8/site-packages/PIL/Image.py", line 94, in <module>
     ImportError: /usr/lib/python3.8/site-packages/PIL/_imaging.so: undefined symbol: XauGetBestAuthByAddr
  -->End of Python script error report<--

Additional context

CoreELEC (RuralHunter): 19.3 (Amlogic-ng.arm)
CoreELEC:~ # python
Python 3.8.11 (default, Oct  9 2021, 12:19:08)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from PIL import Image
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/PIL/Image.py", line 94, in <module>
ImportError: /usr/lib/python3.8/site-packages/PIL/_imaging.so: undefined symbol: XauGetBestAuthByAddr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant