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

mxnet 1.4.0 requirement cannot be satisfied in newer Python #143

Open
ktoetotam opened this issue Nov 11, 2020 · 4 comments
Open

mxnet 1.4.0 requirement cannot be satisfied in newer Python #143

ktoetotam opened this issue Nov 11, 2020 · 4 comments

Comments

@ktoetotam
Copy link

Hello,

I am trying to install datawig, however, I can only install later versions of mxnet. Is it possible to use newer versions of mxnet?

This is the error I am getting while installing from pip:

ERROR: Could not find a version that satisfies the requirement mxnet==1.4.0 (from versions: 1.6.0, 1.7.0.post1)
ERROR: No matching distribution found for mxnet==1.4.0

@felixbiessmann
Copy link
Contributor

we haven't explored that thoroughly and would recommend to use the dependencies with the versions specified in the current release. Is there any specific reason why you cannot use mxnet==1.4.0?

But I just tried to install datawig and then uninstalled mxnet 1.4 and installed mxnet==1.7.0.post1 - it seemed to work fine, at least some simple test ran through.

Hope that helps?

@ktoetotam
Copy link
Author

ktoetotam commented Nov 11, 2020

I have just installed this:

pip install datawig-bump_mxnet_version.zip

it seems like there is a branch that uses a newer mxnet... This seems to have solved the problem

@LuWang1983
Copy link

LuWang1983 commented Nov 14, 2020

This also happened to me. I tried to install different versions to no vail. Please see screenshot. Sorry I'm new to this and this is the first time I'm trying this out to handle missing data.
Screen Shot 2020-11-14 at 12 55 14 PM

@felixbiessmann
Copy link
Contributor

Hm, generally I'd recommend is to not install everything in your base environment, maybe trying a new env would already help.

I guess I would recommend to simply use the versions for which datawig was released, also the python version. If I'm not mistaken, the original problem in this issue was that the python version was not compatible with the mxnet version used by datawig.

Maybe just using python 3.7 would solve all these problems?

Again, for me it seemed to have worked by just installing mxnet 1.7 and then installing datawig. The solution posted earlier also seemed to have worked, but it's not really clear from the screenshot whether that helped in your case and if not why not? Maybe that was just a wrong pip version and/or wrong commandline args for installing a zip?

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

3 participants