Open IRDonch opened 3 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
cc @yajiedesign
@leezu seems like this issue is applicable for 1.6.0 is actual as well for Windows. Could you check it? For now this issue looks like as nightmare.
The same is actual also for 1.6.0: META-DATA from wheel mxnet-1.6.0-py2.py3-none-win_amd64.whl:
Metadata-Version: 2.1
Name: mxnet
Version: 1.6.0
Summary: MXNet is an ultra-scalable deep learning framework. This version uses openblas.
Home-page: https://github.com/apache/incubator-mxnet
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Description-Content-Type: UNKNOWN
Requires-Dist: numpy (<1.17.0,>=1.8.2)
Requires-Dist: requests (<2.19.0,>=2.18.4)
Requires-Dist: graphviz (<0.9.0,>=0.8.1)
MXNet Python Package
This lists of dependencies reminds 1.3.1
The same is actual for 1.7.0: META-DATA from wheel mxnet-1.7.0-py2.py3-none-win_amd64
Metadata-Version: 2.1 Name: mxnet Version: 1.7.0 Summary: MXNet is an ultra-scalable deep learning framework. This version uses openblas. Home-page: https://github.com/apache/incubator-mxnet Author: UNKNOWN Author-email: UNKNOWN License: Apache 2.0 Requires-Dist: numpy (<1.17.0,>=1.8.2) Requires-Dist: requests (<2.19.0,>=2.18.4) Requires-Dist: graphviz (<0.9.0,>=0.8.1)
MXNet Python Package
Most definitely a nightmare. This makes installing other co-dependencies, including gluoncv
, difficult to do automatically. Consistent installation from pip
is an essential feature of any popular deep learning framework being used across multiple platforms. We already have a large portion of code base written in mxnet
and migrating all of it to something else like pytorch
will be a major pain.
Is there any way to contribute an updated wheel?
Hi, do we have any update on this? I am having same issue here. requirements.txt will not be installed due to dependency issue.
As you can see, the requirements of the Windows wheel are very different from the Linux wheel. They have older versions (in the case of requests there's not even any overlap between supported versions), and they restrict minor versions, leaving only a very narrow range of supported versions.
This isn't a bug per se, but it seems very suspicious. Is this really intentional?