Opened 18 months ago

Last modified 18 months ago

#67195 new defect

Problem loading library — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.