Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I install Datawig? #149

Open
YW-S opened this issue Mar 23, 2021 · 6 comments
Open

How can I install Datawig? #149

YW-S opened this issue Mar 23, 2021 · 6 comments

Comments

@YW-S
Copy link

YW-S commented Mar 23, 2021

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?

@shreeratn
Copy link

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

@ledlou
Copy link

ledlou commented Nov 3, 2021

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...

@LuK413
Copy link

LuK413 commented Mar 10, 2022

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

@shreeratn
Copy link

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....

@ioakeim-h
Copy link

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

@JINGFENGZ
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants