OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

AttributeError: module 'pydp' has no attribute 'StatusOrO' #226

Closed devansh1305 closed 4 years ago

devansh1305 commented 4 years ago

Description

I am getting this error when I try to execute the carrots.py example

How to Reproduce

  1. Go to "PyDP/examples/"
  2. Run "Python3 carrots.py"

Expected Behavior

It should run carrots.py displaying all stats

Screenshots

image

System Information

Additional Context

Looks like there is no definition for StatusOrO variable

chinmayshah99 commented 4 years ago

Hey @devansh1305, Thanks for noting this out. For now, will mostly remove this StatusORO dependency.

chinmayshah99 commented 4 years ago

The module is worthless standalone, but integrated as mentioned in #233 would serve utility.