OpenMined / PyDP

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

Fixed the absolute reference issue in bazel build #394

Closed chinmayshah99 closed 2 years ago

chinmayshah99 commented 2 years ago

Description

Earlier the WORKSPACE file in google DP/cc folder started making an absolute reference to the package name which caused our systems to fail as we were using relative naming. This is fixed by giving the same name to the CC folder as the actual name in google DP library thus resolving this name reference issue and now bazel can solve it internally.

Checklist

dibakch commented 2 years ago

Looks as if we have a setup problem for Python 3.9 on Windows, but looks good otherwise. Thanks! :)