mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

Fail to install MXNet with cu110

Open vba34520 opened this issue 4 years ago • 18 comments

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!

vba34520 avatar Apr 02 '21 08:04 vba34520

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.

github-actions[bot] avatar Apr 02 '21 08:04 github-actions[bot]

@yajiedesign is working on producing these wheels.

szha avatar Apr 02 '21 14:04 szha

Thank you so much!

https://dist.mxnet.io/python/cu110/

vba34520 avatar Apr 06 '21 03:04 vba34520

Try to upgrade your pip, it may work.

fresh382227905 avatar Apr 07 '21 13:04 fresh382227905

or download .whl package from https://dist.mxnet.io/python. I tried both methods, and it did work.

fresh382227905 avatar Apr 07 '21 13:04 fresh382227905

@fresh382227905 It's about installation on Windows 10 platform. Did you perform your trials on Win 10?

relaxli00 avatar Apr 07 '21 17:04 relaxli00

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.

fresh382227905 avatar Apr 08 '21 01:04 fresh382227905

pip install mxnet-cu110 -f https://dist.mxnet.io/python

Doesn't work. But thank you so much.

vba34520 avatar Apr 13 '21 06:04 vba34520

Were you able to get this running?

pip install mxnet-cu110 -f https://dist.mxnet.io/python

Doesn't work. But thank you so much.

nikky4D avatar Apr 22 '21 02:04 nikky4D

I don't think there is a Win10 wheel released yet for 1.8. There should be no way any pip method can work.

relaxli00 avatar Apr 22 '21 13:04 relaxli00

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 .

roachsinai avatar Jun 10 '21 07:06 roachsinai

pip install mxnet-cu110 -f https://dist.mxnet.io/python

Doesn'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?

roachsinai avatar Jun 10 '21 08:06 roachsinai

Any update for this ?

xx-tao avatar Aug 20 '21 01:08 xx-tao

Update for Windows users plz

OhSeungHoony avatar Sep 07 '21 04:09 OhSeungHoony

still not working

SarahPeterson2854 avatar Mar 02 '22 06:03 SarahPeterson2854

Having identical issue

FinAminToastCrunch avatar Mar 23 '22 08:03 FinAminToastCrunch

This issue is still unsolved.

dsdanielpark avatar Jan 18 '23 11:01 dsdanielpark

Having the same issue.

sh-taheri avatar Aug 02 '23 17:08 sh-taheri