Closed kennethleungty closed 2 years ago
Hi all,
Managed to find the solution to this. It seems like Datawig is compatible with Python version 3.7 and below.
To make it work, create a conda environment with Python version 3.7, and do a pip install datawig
from there
I'll add. It seems that no 3.7.x version other than 3.7.0 works, so go with that.
I'll add. It seems that no 3.7.x version other than 3.7.0 works, so go with that.
Hi, is there any way to deal with it now? I found there is so many dependency issues when using 3.7.0 in VSCode
HiThanks a lot for your interest (and patience)!We addressed some dependency issues in https://github.com/awslabs/datawig/pull/156 - this was merged to the main branch but it’s not yet released on pypi due to permission issues.As the Datawig authors do not have access to the repo anymore we will hopefully soon release a forked and updated version.For now you could try and download the latest version from GitHub and install from source with pip with pip install -e .In the downloaded source directory. That version should be compatible with python 3.8 and some more recent dependency versions.Hope this helps?Best wishesFelixAm 22.04.2023 um 23:38 schrieb JIMMY ZHAO @.***>:
I'll add. It seems that no 3.7.x version other than 3.7.0 works, so go with that.
Hi, is there any way to deal with it now? I found there is so many dependency issues when using 3.7.0 in VSCode
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
@felixbiessmann Just wondering how to use this without pip install?
Hi there,
When I created a new conda environment and install datawig with pip, I get the following error:
` error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [145 lines of output] setup.py:461: UserWarning: Unrecognized setuptools command ('dist_info --egg-base C:\Users\kenne\AppData\Local\Temp\pip-modern-metadata-4izsctdl'), proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command ('{}'), proceeding with " setup.py:563: DeprecationWarning:
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.`
I face this issue for both Python version 3.8 and 3.10.