Opened 18 months ago

Last modified 18 months ago

#67195 new defect

py310-dlib: Problem loading library — at Version 1

Reported by: cbitterfield (Colin Bitterfield) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: dlib

Description (last modified by jmroot (Joshua Root))

Python 3.10.10 (main, Feb 24 2023, 04:10:25) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/dlib/__init__.py", line 19, in <module>
    from _dlib_pybind11 import *
ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_dlib_pybind11.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_png_do_expand_palette_rgb8_neon'

Change History (1)

comment:1 Changed 18 months ago by jmroot (Joshua Root)

Description: modified (diff)
Port: dlib added; py310-dlib removed
Summary: Problem loading librarypy310-dlib: Problem loading library
Note: See TracTickets for help on using tickets.