-
Notifications
You must be signed in to change notification settings - Fork 50
mssql-python==1.8.0 fails with dlopen failed to resolve symbol. #628
Copy link
Copy link
Open
Labels
area: packaging-platformWheels, version support, OS/arch coverage (Linux/macOS/Windows), install or import failures.Wheels, version support, OS/arch coverage (Linux/macOS/Windows), install or import failures.bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existstriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Metadata
Metadata
Assignees
Labels
area: packaging-platformWheels, version support, OS/arch coverage (Linux/macOS/Windows), install or import failures.Wheels, version support, OS/arch coverage (Linux/macOS/Windows), install or import failures.bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existstriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Importing mssql-python on macOS fails with
Which corresponds with this symbol:
_simdutf::convert_utf16le_to_utf8_with_replacement(char16_t const*, unsigned long, char*)To reproduce
Expected behavior
The symbol should be found and the library should load.
Further technical details
Python version: 3.12.11
SQL Server version: Doesn't matter
Operating system: MacOS 26.5.1
mssql-python: 1.8.0
mssql-python==1.7.1 does not exhibit this problem.