microsoft / responsible-ai-toolbox-mitigations

Python library for implementing Responsible AI mitigations.
https://responsible-ai-toolbox-mitigations.readthedocs.io/en/latest/
MIT License
57 stars 6 forks source link

Missing Dependencies #33

Closed morrissharp closed 2 years ago

morrissharp commented 2 years ago

I needed to install pandoc to build the docs. This cannot be done just with pip, as described in this stack overflow post.

I was able to fix this with conda install pandoc.

morrissharp commented 2 years ago

ImportError: DLL load failed while importing _sqlite3: The specified module could not be found.

I am receiving the above error while trying to make commits on windows. In order to fix this, I followed the instructions here to download the sql DLL.

mrfmendonca commented 2 years ago

I added an explanation for both libraries in the README