MinzhiYoyo

Results 2 comments of MinzhiYoyo

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...

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...