mxnet
                                
                                 mxnet copied to clipboard
                                
                                    mxnet copied to clipboard
                            
                            
                            
                        Fail to install MXNet with cu110
Problem statement
System: Win10 Version: Python 3.6.5 CUDA: 11.0
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2020 NVIDIA Corporation Built on Thu_Jun_11_22:26:48_Pacific_Daylight_Time_2020 Cuda compilation tools, release 11.0, V11.0.194 Build cuda_11.0_bu.relgpu_drvr445TC445_37.28540450_0
pip install mxnet-cu110
ERROR: Could not find a version that satisfies the requirement mxnet-cu110 ERROR: No matching distribution found for mxnet-cu110
Looking forward to your reply!
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. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
@yajiedesign is working on producing these wheels.
Thank you so much!
https://dist.mxnet.io/python/cu110/
Try to upgrade your pip, it may work.
or download .whl package from https://dist.mxnet.io/python. I tried both methods, and it did work.
@fresh382227905 It's about installation on Windows 10 platform. Did you perform your trials on Win 10?
no, maybe you can have a try
------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年4月8日(星期四) 凌晨1:05 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [apache/incubator-mxnet] Fail to install MXNet with cu110 (#20118)
@fresh382227905 It's about installation on Windows 10 platform. Did you perform your trials on Win 10?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
pip install mxnet-cu110 -f https://dist.mxnet.io/python
Doesn't work. But thank you so much.
Were you able to get this running?
pip install mxnet-cu110 -f https://dist.mxnet.io/pythonDoesn't work. But thank you so much.
I don't think there is a Win10 wheel released yet for 1.8. There should be no way any pip method can work.
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 .
pip install mxnet-cu110 -f https://dist.mxnet.io/pythonDoesn't work. But thank you so much.
It doesn't work because all whl list in that page is for linux!
So when will release a cu110 package for Windows?
Any update for this ?
Update for Windows users plz
still not working
Having identical issue
This issue is still unsolved.
Having the same issue.