opendp
opendp copied to clipboard
PyPi OpenDP 0.10.0 on Windows Install Problem
pip install opendp
into a fresh Conda environment succeeds, but attempting to import the library throws exception: "Expected exactly one binary to be present".
To Reproduce (device is Intel x64)
- conda create env --name windp
- conda activate windp
- conda install pip
- pip install opendp
- python
-
from opendp.transformations import make_sum, make_clamp
Result
Traceback (most recent call last):
File "