OpenMined / PyDP

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

Cannot install pydp on google colab #377

Closed chinmayshah99 closed 3 years ago

chinmayshah99 commented 3 years ago

Description

PyDP uses the latest ubuntu version to build the release, while google colab uses 18.04. Due to the fact that pydp uses c++ underneath the hood, different toolchains make it difficult for backward compatibility. Though we expect total forward compatibility. While one solution is to release multiple versions of whl for different ubnutu versions, it is highly unlikely we can upload them on pypi. So a better solution is to move to ubuntu 18.04 as that would support most of the system.

How to Reproduce

  1. Open a google collab notebook, and try to install pydp and then import it.

System Information

Additional Context

Add any other context about the problem here.