You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/03 04:23:48 UTC

[GitHub] [incubator-mxnet] Qualiazero opened a new issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Qualiazero opened a new issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963
 
 
   ## Description
   (A clear and concise description of what the feature is.)
   - If the proposal is about a new model, provide description of what the model is.
   - If the proposal is about an API, provide mock examples if possible.
   
   ## References
   - list reference and related literature
   - list known implementations
   
   Hi, I have followed this post #17678 , I want to install the mxnet-cu102mkl package by `pip install mxnet-cu102mkl==1.6.0` on the windows,
   but it didn't work with `ERROR: Could not find a version that satisfies the requirement 
   mxnet-cu102mkl==1.6.0 (from versions: none)
   ERROR: No matching distribution found for mxnet-cu102mkl==1.6.0`
   I changed other package resourse but it always can't work, does this package only have nightly build version now? How should I do?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] Qualiazero commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
Qualiazero commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-608325394
 
 
   > 
   > 
   > We do have that for linux. https://pypi.org/project/mxnet-cu102mkl/#files
   > 
   > What operating system are you using?
   
   I am using python compiler of anaconda on the windows10, will you have a windows version soon?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-608222020
 
 
   We do have that for linux. https://pypi.org/project/mxnet-cu102mkl/#files
   
   What operating system are you using?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-608575199
 
 
   The windows version was too large in size so we only have it available in our own repo https://dist.mxnet.io/python. You can install with
   `pip install mxnet-cu102mkl==1.6.0 -f https://dist.mxnet.io/python`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] Qualiazero commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
Qualiazero commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-608955866
 
 
   > The windows version was too large in size so we only have it available in our own repo https://dist.mxnet.io/python. You can install with
   > `pip install mxnet-cu102mkl==1.6.0 -f https://dist.mxnet.io/python`
   
   Did the option -f equal to --find ? I can't find this option in the user guide documentation of pip..

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-608575834
 
 
   Let's keep this issue open until the installation doc is updated.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
szha commented on issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-671537655


   @ianhellstrom there's no code change other than a readme update. I think this is a proper use of the post-release version numbers according to [PEP440](https://www.python.org/dev/peps/pep-0440/#post-releases)


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] xiaosiyu0603 commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
xiaosiyu0603 commented on issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-672728404


   Thanks a lot, it works well. Could you please update the command on "https://mxnet.apache.org/versions/1.6/get_started?platform=windows&language=python&processor=gpu&environ=pip&" either? People may get frustrated when they run the command from offical website.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] Qualiazero closed issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
Qualiazero closed issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ianhellstrom commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
ianhellstrom commented on issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-671445707


   > It's just that after the release the pip package document needs to be patched and hence a new version. Since pypi versions are immutable, such patch happens on a post-release version, hence the suffix.
   
   Is there a reason a patch does not get its own patch version?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] szha commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
szha commented on issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-671425026


   > > We do have that for linux. https://pypi.org/project/mxnet-cu102mkl/#files
   > 
   > > 
   > 
   > > What operating system are you using?
   > 
   > 
   > 
   > @szha What does the `post0` suffix signify?
   
   It's just that after the release the pip package document needs to be patched and hence a new version. Since pypi versions are immutable, such patch happens on a post-release version, hence the suffix.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] ianhellstrom commented on issue #17963: Cuda 10.2 mxnet installation error mxnet-cu102mkl

Posted by GitBox <gi...@apache.org>.
ianhellstrom commented on issue #17963:
URL: https://github.com/apache/incubator-mxnet/issues/17963#issuecomment-671268993


   > We do have that for linux. https://pypi.org/project/mxnet-cu102mkl/#files
   > 
   > What operating system are you using?
   
   @szha What does the `post0` suffix signify?


----------------------------------------------------------------
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:
users@infra.apache.org