1

Looks like that version disappeared recently:

  ERROR: Could not find a version that satisfies the requirement mxnet-cu102mkl==1.6.0 (from versions: 1.6.0.post0)
11:39:11
  ERROR: No matching distribution found for mxnet-cu102mkl==1.6.0

The top hit from Google for mxnet-cu102mkl https://pypi.org/project/mxnet-cu102mkl/1.6.0/ is a 404.

There is a 1.6.0.post0 available, apparently added "about 3 hours ago", but I'm a little afraid to switch to it, since such change without a visible explanation smells like an attack attempt.

Marcin Owsiany
  • 486
  • 5
  • 8
  • FWIW, Following the instructions for Windows in the issue mentioned below by Dustin does seem to help here: pip install mxnet-cu102mkl==1.6.0 -f https://dist.mxnet.io/python – Marcin Owsiany Aug 11 '20 at 06:51

1 Answers1

1

PyPI admin here. The 1.6.0.post0 release was uploaded by the same maintainers.

See also https://github.com/apache/incubator-mxnet/issues/17963

Dustin Ingram
  • 20,502
  • 7
  • 59
  • 82