Skip to content

Commit 0dd5e37

Browse files
committed
Add troubleshooting section for SQLError and library path setup in README
1 parent 36b8d79 commit 0dd5e37

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,13 @@ This can occur when the service callin is not enabled. Make sure that the servic
170170

171171
## IRIS_ATTACH (-21)
172172

173-
This can occur when the user is not the same as the iris owner. Make sure that the user is the same as the iris owner.
173+
This can occur when the user is not the same as the iris owner. Make sure that the user is the same as the iris owner.
174+
175+
## irisbuiltins.SQLError: <UNIMPLEMENTED>ddtab+82^%qaqpsq
176+
177+
This error can occur when the required libraries are not found. You can fix this by copying the necessary libraries to the Python framework directory:
178+
179+
```bash
180+
cp /opt/intersystems/iris/bin/libicudata.69.dylib /usr/local/Cellar/python@3.11/3.11.13/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/
181+
cp /opt/intersystems/iris/bin/libicuuc.69.dylib /usr/local/Cellar/python@3.11/3.11.13/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/
182+
```

0 commit comments

Comments
 (0)