datawig icon indicating copy to clipboard operation
datawig copied to clipboard

How can I install Datawig?

Open YW-S opened this issue 3 years ago • 6 comments

I tried to install Datawig as follows: pip3 install Datawig

I notice that it tries to use numpy-1.14.6 . My numpy version is 1.19.2 which is newer. Then it tries to do the following:

Building wheels for collected packages: numpy ... ... Failed building wheel for numpy (setup.py) ... ... Running setup.py clean for numpy ... ... Rolling back uninstall of numpy

Then the installation stops. Can anyone help me?

YW-S avatar Mar 23 '21 14:03 YW-S

Use it in a virtualenv, or else even after installation you will have problems running

shreeratn avatar Apr 18 '21 14:04 shreeratn

I tried to install Datawig as follows: pip3 install Datawig

I notice that it tries to use numpy-1.14.6 . My numpy version is 1.19.2 which is newer. Then it tries to do the following:

Building wheels for collected packages: numpy ... ... Failed building wheel for numpy (setup.py) ... ... Running setup.py clean for numpy ... ... Rolling back uninstall of numpy

Then the installation stops. Can anyone help me?

I have the same problem... any idea? OK, finally managed to install it manually modifying requirements...

ledlou avatar Nov 03 '21 20:11 ledlou

Getting this same issue. I created a new and blank conda environment and it won't work for some reason.

LuK413 avatar Mar 10 '22 02:03 LuK413

there must be some dependencies conflict... I haven't used datawig from some time so I don't have the updated knowledge about the packages it can cause confliction with

try to install the datawig in blank environment and avoid installing/updating the packages which are installed in datawig....

hope this works....

shreeratn avatar Mar 16 '22 07:03 shreeratn

Hi, I also encountered a similar problem when installing datawig in Google Colab. Restarting runtime after install fixed it.

pip install datawig

import os os.kill(os.getpid(), 9)

import datawig

ioakeim-h avatar May 06 '22 13:05 ioakeim-h

Same problem... I tried to downgrade and unistall numpy but both of them aren't work. Any solutions?

JINGFENGZ avatar Dec 07 '22 18:12 JINGFENGZ