OpenMined / PyDP

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

Facing error while Compiling pydp/carrot example #462

Open TahirAhmed916 opened 1 year ago

TahirAhmed916 commented 1 year ago

Question I am Facing Error while compiling the carrots demo file

Further Information ImportError: Python version mismatch: module was compiled for Python 3.6, but the interpreter version is incompatible: 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0].

Screenshots

error

System Information

Additional Context

Smystry commented 1 year ago

Getting the same error while importing pydp as dp. were you able to resolve this issue?

idhamari commented 1 year ago

Have you tried using python 3.6?

chinmayshah99 commented 1 year ago

@TahirAhmed916 what version of pydp are you using? Can you try using the latest release candidate: https://pypi.org/project/python-dp/1.1.3rc6/#files?