Skip to content
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

chore(deps): Update opendp version constraint to >=0.11.0,<0.12.0 #609

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WCY-dt
Copy link

@WCY-dt WCY-dt commented Oct 25, 2024

fix #608

@MinzhiYoyo
Copy link

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.

@WCY-dt
Copy link
Author

WCY-dt commented Oct 25, 2024

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.

True, it is fixed in OpenDP in opendp/opendp@bfd21b3#diff-6c98c6ce51d86ccd80c9828da357ba071c052b0f58580d1526c20b2859dd610bR29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to import snsql
2 participants