-
Notifications
You must be signed in to change notification settings - Fork 596
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
Labels
Comments
Hi @Yggy-creator, thanks for the info. |
Thank you for response Omri, I did try that one and also presidio-analyzer-fixed, but both installations failed with this error :(
running build_ext
building 'Cython.Plex.Scanners' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\ProgramData\Anaconda333\envs\presidio\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users etc
…________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
|
Could you please try to install cython alone? |
Fixed in version 2.0.0, please try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: