bgawrych commented on issue #18957: URL: https://github.com/apache/incubator-mxnet/issues/18957#issuecomment-875321339
Following command `pip install --pre mxnet` installs mxnet-1.8.0.post0 `pip install mxnet==2.0.0a0` gives this error: ``` ERROR: Could not find a version that satisfies the requirement mxnet==2.0.0a0 (from versions: 1.3.0.post0, 1.3.1, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.1.post0, 1.6.0, 1.7.0.post1, 1.7.0.post2, 1.8.0.post0) ERROR: No matching distribution found for mxnet==2.0.0a0 ``` on the pypi site `https://pypi.org/project/mxnet/2.0.0a0/#files` there is no wheel for mac -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
