-
Notifications
You must be signed in to change notification settings - Fork 322
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
python SDK import openmldb
failed in ipython/notebook MacOS
#1200
Comments
I've got this error too. Just in python3.9, it seems like this error does not only in ipython or notebook. |
One more error when running python on mac:
|
still get initializer function error on openmldb python sdk 0.5.0, my machine is macos-10.15,
Not the root cause, forget it. |
10.15 zetasql still failed.
It works when importing sdk or dbapi.(Just one import, not both of them.) |
I check it in python virtual env only has python3.9, I named The the test will all pass. No dlopen error. But even in the
But when I comment pandas and xgboost imports, only openmldb, it works. So I make the import order:
It's ok now. |
pandas, xgboost, requests should be after openmldb. note
ref https://opensource.apple.com/source/dyld/dyld-353.2.1/src/ImageLoaderMachO.cpp
If we don't import openmldb first or don't import it, |
another error
I think 3.8.2 is old, 3.8.10 or 3.9? |
However, it works in Linux with python/ipython, Mac with python.
The text was updated successfully, but these errors were encountered: