datawig
datawig copied to clipboard
How can I install Datawig?
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?
Use it in a virtualenv, or else even after installation you will have problems running
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...
Getting this same issue. I created a new and blank conda environment and it won't work for some reason.
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....
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
Same problem... I tried to downgrade and unistall numpy but both of them aren't work. Any solutions?