-
Notifications
You must be signed in to change notification settings - Fork 70
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
Comments
Use it in a virtualenv, or else even after installation you will have problems running |
I have the same problem... any idea? |
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 import datawig |
Same problem... I tried to downgrade and unistall numpy but both of them aren't work. Any solutions? |
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?
The text was updated successfully, but these errors were encountered: