shrey183 opened a new issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924 ## Description I am using Python 3.7.0 and I want to install mxnet in order to use gluonts. I write `pip install mxnet` and it always install version 1.2.0 but for gluonts I need version >=1.3.0. So I tried `pip install mxnet==1.3.1` but it gives me the following error message. ### Error Message ERROR: Could not find a version that satisfies the requirement mxnet==1.3.0 (from versions: 0.11.1b20170915, 0.11.1b20170922, 0.11.1b20170929, 0.11.1b20171006, 0.11.1b20171013, 0.12.0b20171020, 0.12.0b20171027, 0.12.0, 0.12.1b20171103, 0.12.1, 1.0.0, 1.0.0.post1, 1.0.0.post3, 1.0.0.post4, 1.0.1b20180114, 1.0.1b20180121, 1.0.1b20180128, 1.0.1b20180202, 1.1.0b20180209, 1.1.0b20180216, 1.1.0.post0, 1.2.0b20180223, 1.2.0b20180302, 1.2.0b20180309, 1.2.0b20180323, 1.2.0b20180330, 1.2.0b20180406, 1.2.0b20180413, 1.2.0b20180420, 1.2.0b20180427, 1.2.0b20180504, 1.2.0) ERROR: No matching distribution found for mxnet==1.3.1 I am not sure what I doing wrong here. Any suggestions would be much appreciated.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
