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 2018/06/14 08:33:03 UTC

[GitHub] zjjott opened a new issue #11277: No matching distribution found for mxnet when install mxnet everywhere

zjjott opened a new issue #11277: No matching distribution found for mxnet when install mxnet everywhere
URL: https://github.com/apache/incubator-mxnet/issues/11277
 
 
   
   ## Description
   (Brief description of the problem in no more than 2 sentences.)
   I use `pip install mxnet -v` but everywhere it can't be install
   every whl package have the same message: it is not compatible with this Python
   ## Environment info (Required)
   My computer:
   ----------Python Info----------
   Version      : 3.6.5
   Compiler     : GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)
   Build        : ('default', 'May 11 2018 11:40:06')
   Arch         : ('64bit', '')
   ------------Pip Info-----------
   Version      : 10.0.1
   Directory    : /Users/zhutou/Documents/数据/搜索数据分析/.env/lib/python3.6/site-packages/pip
   ----------MXNet Info-----------
   No MXNet installed.
   ----------System Info----------
   Platform     : Darwin-17.5.0-x86_64-i386-64bit
   system       : Darwin
   node         : zhutoudeMacBook-Pro.local
   release      : 17.5.0
   version      : Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64
   ----------Hardware Info----------
   machine      : x86_64
   processor    : i386
   
   
   My server:
   ----------Python Info----------
   ('Version      :', '2.7.12')
   ('Compiler     :', 'GCC 5.4.0 20160609')
   ('Build        :', ('default', 'Dec  4 2017 14:50:18'))
   ('Arch         :', ('32bit', 'ELF'))
   ------------Pip Info-----------
   ('Version      :', '10.0.1')
   ('Directory    :', '/home/zhutou/work/testmx/.env/local/lib/python2.7/site-packages/pip')
   ----------MXNet Info-----------
   No MXNet installed.
   ----------System Info----------
   ('Platform     :', 'Linux-4.4.0-125-generic-i686-with-Ubuntu-16.04-xenial')
   ('system       :', 'Linux')
   ('node         :', 'iZ25785d3n3Z')
   ('release      :', '4.4.0-125-generic')
   ('version      :', '#150-Ubuntu SMP Wed May 9 10:54:03 UTC 2018')
   ----------Hardware Info----------
   ('machine      :', 'i686')
   ('processor    :', 'i686')
   
   
   ```
   What to do:
   1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   (I'm using ...)
   Python
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1. follow MXNet install introduce
   2. pip install mxnet
   
   ## What have you tried to solve it?
   
   1. delete python virtualenv,and retry
   2.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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