-
Notifications
You must be signed in to change notification settings - Fork 6.8k
pip error when trying to install version 1.9.1 #21178
Comments
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. |
mxnet==1.8.0 will be installed. |
I'm sorry, this might not be relevant to the thread, but, for installing mxnet with NVIDIA GPU on windows, which is the latest version of mxnet available? |
have you check your cuda version? if you are using cpu, maybe mxnet 1.9.1 not yet compatible. |
Yeah, I had used it later on and using mxnet 1.8.0 with cuda 10.2 since then, thanks! |
Spent a day trying to get mxnet to install on windows, this was the only thing that worked for me!! |
Description
when I use pip install mxnet, it tries to install version 1.7.0 and crashes due to trying to install an old numpy version.
When I try to install the current version, I get the error indicated below. Thanks for your help!
Error Message
ERROR: Could not find a version that satisfies the requirement mxnet==1.9.1 (from versions: 0.11.0, 0.12.0, 0.12.1, 1.0.0, 1.0.0.post1, 1.0.0.post3, 1.0.0.post4, 1.1.0.post0, 1.2.0, 1.2.1, 1.2.1.post1, 1.3.0, 1.3.1, 1.4.0, 1.4.0.post0, 1.4.1, 1.5.0, 1.6.0, 1.7.0.post1, 1.7.0.post2)
ERROR: No matching distribution found for mxnet==1.9.1
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.)
What have you tried to solve it?
Environment
Windows 11, python 3.10.9, pip 22.3.1
Environment Information
The text was updated successfully, but these errors were encountered: