roachsinai edited a comment on issue #20118: URL: https://github.com/apache/incubator-mxnet/issues/20118#issuecomment-858392829
Same issue, what I have tried: ``` (pose) C:\Users\benbenbj>pip install mxnet-cu110 Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple ERROR: Could not find a version that satisfies the requirement mxnet-cu110 (from versions: none) ERROR: No matching distribution found for mxnet-cu110 (pose) C:\Users\benbenbj>pip install -i https://mirrors.bfsu.edu.cn/pypi/web/simple mxnet-cu110 Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple ERROR: Could not find a version that satisfies the requirement mxnet-cu110 (from versions: none) ERROR: No matching distribution found for mxnet-cu110 (pose) C:\Users\benbenbj>pip install mxnet-cu110 -f https://dist.mxnet.io/python Looking in indexes: https://mirrors.bfsu.edu.cn/pypi/web/simple Looking in links: https://dist.mxnet.io/python ERROR: Could not find a version that satisfies the requirement mxnet-cu110 (from versions: none) ERROR: No matching distribution found for mxnet-cu110 ``` I'm on Windows10 with Python 3.7.4 . -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
