Closed LaraSchvartzman closed 5 years ago
Hi @LaraSchvartzman, thanks for reaching out! Could you please provide some details on your environment? specifically, Python version and OS. Thanks
At least for item (1), Please make sure you use Python > 3.5 as the analysis_explanation: AnalysisExplanation
syntax was introduced in Python 3.5.
Closing this for now. Feel free to reopen in case this issue arises.
Using the analyzer as a Python package I encountered a few errors, here I will describe how to reproduce them and how to (temporarily) fix them in order to get the next errors: I first succesfully followed the instructions on the tutorial on how to install the presidio-analyzer as a Python package by creating a wheel file, after running into some of the issues I simply kept on manipulating the scripts (as I will describe in full detail) and running the test script (step 5 of the installation https://github.com/microsoft/presidio/blob/master/docs/install.md) in the same directory as the analyzer folder (for the script to recognize it as a module).