OpenMined / PyDP

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

Downgrade Ubuntu to 18.04 #448

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

Building on Ubuntu was introduced recently on PR. On Ubuntu 20.04 _pydo.so depends on C++ runtime of version 3.4.26 ( i.e. GLIBCXX_3.4.26 ). The problem is that on many machines it's not available.

This is a temproral solution to return back to 18.04.