tokern / piicatcher

Scan databases and data warehouses for PII data. Tag tables and columns in data catalogs like Amundsen and Datahub
https://tokern.io/piicatcher/
Apache License 2.0
274 stars 93 forks source link

piicatcher installation stuck #215

Open snehlata08 opened 1 year ago

snehlata08 commented 1 year ago

I have been trying to install piicatcher and spacy since yesterday using pip3, but this gets stuck to

Downloading croniter-0.3.17.tar.gz

What needs to be done to install piicatcher.

details of installation

piicatcher==0.20.2 piicatcher_spacy==0.1.2

rg2609 commented 1 year ago

Any help will be appreciated to resolve this issue, we are eagerly looking to use this tool for PII detection. @vrajat @jhecking @ehilfer @n2taylor

yjagdale commented 1 year ago

Can you please share python version and system which you are using?

dikshapandey-ml commented 1 year ago

hi , i am trying to create lambda function and trying to use piicatcher module.I've created the layer but upon running simple import piicatcher command, i am getting error nable to import module 'lambda_function': No module named 'piicatcher'.Can someone pls help.I've tried on all python version runtime 3.8 and above. any help @yjagdale

yjagdale commented 1 year ago

Can you share lambda code? Or how you are creating layer?

Are you using sst.dev/cdk?

dikshapandey-ml commented 1 year ago

hi @yjagdale , i tried to run pip install piicatcher on this folder hirerachy(piicatcher_spacy\python\lib\python3.9\site-packages\piicatcher_spacy) in my local, zipped this folder and created lambda layer and just worte simple import piicatcher in lambda code but it is throwing error.

yjagdale commented 1 year ago

Sorry for being late here.

I will try at my end will let you know.