DemonsHunter opened a new issue #19599: URL: https://github.com/apache/incubator-mxnet/issues/19599
## Description When I was trying to intall an mxnet with GPU, I encounter some unexpected errors: ### Error Message Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ ERROR: Could not find a version that satisfies the requirement mxnet-cu111 (from versions: none) ERROR: No matching distribution found for mxnet-cu111 ## To Reproduce (If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.) ### Steps to reproduce (Paste the commands you ran that produced the error.) 1. open a jupyter notebook 2. since my cuda version is 11.1.96, so I run this command "pip install mxnet-cu111" ## What have you tried to solve it? 1. turn to a version without GPU, and it works, but I still want to use GPU desperately! ## Environment windows 64bits OS python == 3.7 anaconda == 4.4 ***We recommend using our script for collecting the diagnostic information with the following command*** `curl --retry 10 -s https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py | python3` <details> <summary>Environment Information</summary> ``` # Paste the diagnose.py command output here ``` </details> ---------------------------------------------------------------- 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]
