Open norhther opened 2 years ago
@norhther could you try the latest commit in PyDeequ - it's not being released yet, but you could install via pip install git+https://github.com/awslabs/python-deequ.git@7ec9f6f72839779f370a4753c0db26d6cf052203
Most notably, you could use much modern dependencies thanks to https://github.com/awslabs/python-deequ/pull/100
@chenliu0831 I got the same error with this commit. Is there anything else I could try?
I'm trying to create an anaconda environment to run pydeequ. Basically, I'm following these steps:
conda install openjdk conda install pypsark==3.0.0 (I think this is needed, because I have been trying to install it using 3.3 and it didn't worked) conda install -c conda-forge pyspark
Also I installed sagemaker_pyspark. This is a sample code:
And this worked fine. Also the AnalysisRunner module. However, when I try to do something else like:
I get the following error:
Anything I'm doing wrong here?