Closed vkeerthivikram closed 4 years ago
have you tried installing and running it?
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Working on a proper fix but before that you could install from source
git clone https://github.com/awslabs/datawig
cd datawig
Make this change to the requirements.txt https://github.com/awslabs/datawig/pull/122/files
pip install .
Thanks
numpy==1.18.0 scikit-learn[alldeps]==0.22.1 typing==3.6.6 pandas==0.25.0 mxnet==1.4.0 these are the requirements however mxnet 1.4.0 has numpy dependency as 1.14.6 and latest version of mxnet 1.6.0 has numpy dependencies 1.16.6. As a result unable to install this package