You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I choose another way to solve this problem.
Change PYTHON_HOME/Lib/site-packages/opendp/_lib.py line 29 to lib_dir_file_names = [p for p in lib_dir.iterdir() if p.suffix in {".so", ".dylib", ".dll", ".pyd"}].
Because there may be a bug in this version of OpenDP.
I can find .so, .dylib, .dll in PYTHON_HOME\Lib\site-packages\opendp\lib, just find a .pyd.
I followed the instruction to use pip to install the package. But I failed to import the package:
I have tried in both Python3.12 and Python3.9, but none of them succeed.
The text was updated successfully, but these errors were encountered: