Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presidio analyzer #379

Closed
Yggy-creator opened this issue Nov 23, 2020 · 4 comments
Closed

Presidio analyzer #379

Yggy-creator opened this issue Nov 23, 2020 · 4 comments

Comments

@Yggy-creator
Copy link

Yggy-creator commented Nov 23, 2020

Good day,
Very interesting tool, really wanted to try it ASAP but ran into an issue:

I was following your instructions to run that python example code, wanted to check how it works. BUT was not able to install wheel. During installation it complains that it cannot find C++ 14.0 compiler. I had VS 2015 installed, Path variable for properly populated with needed links. That didn't help. Then I removed VS 2015 and installed Build tools 2015, same story. Could you please let people know what system setup is expected in case of Windows 10 system.

Later I found at pip database 'presidio-analyzer-fixed', tried to install that via pycharm and later via command line, same story it just does not see neither VS 2015 compiler, nor build tools 2015 one. Please advice how to proceed.

Kind regards,
Igor

@omri374
Copy link
Contributor

omri374 commented Nov 23, 2020

Hi @Yggy-creator, thanks for the info.
I'm not sure why it requires a C++ 14.0 compiler. The analyzer uses re2 as a regex engine, but would fall back to regex in case re2 is not available. Have you tried simply calling pip install presidio-analyzer?

@Yggy-creator
Copy link
Author

Yggy-creator commented Nov 23, 2020 via email

@omri374
Copy link
Contributor

omri374 commented Nov 24, 2020

Could you please try to install cython alone? pip install cython==0.29.10? See if this works.

@omri374
Copy link
Contributor

omri374 commented Mar 1, 2021

Fixed in version 2.0.0, please try again.

@omri374 omri374 closed this as completed Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants