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/01/19 04:50:09 UTC

[GitHub] pabramowitsch opened a new issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3

pabramowitsch opened a new issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3
URL: https://github.com/apache/incubator-mxnet/issues/9490
 
 
   I just want to play with mxnet using prebuilt code on MacOS but the pip install fails.  Following the instructions on the Apache MXNET pages,  My command line is
   
    **python3 -m pip -vvv install mxnet=='0.11.0'** 
   
   but I can get the same error with the latest version. (I also get the same message using the default python & pip which are 2.6.4)   
   
   I get a bunch of lines like this:
   ```
   Skipping link https://pypi.python.org/packages/b8/4a/01cbb5ba05aef7721293be2de348e8ad648be9d39636d6aac6428ae22b34/mxnet-1.0.0b20171218-cp36-cp36m-macosx_10_12_x86_64.whl#md5=db310aa94547e59b2d5fc491ef63787d (from https://pypi.python.org/simple/mxnet/); it is not compatible with this Python`
   . . .
   Cleaning up...  No matching distribution found for mxnet==0.11.0
   ```
   I'm pretty sure that pip3 isn't referring to python 2.x in this process because my verbose output contains t
   ```
   Exception information:  Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
       status = self.run(options, args)
   ```
   And I can see a version to install because doing **pip3 search mxnet**  I get
   `mxnet (1.0.1b20180118)          - MXNet is an ultra-scalable deep learning framework. This version uses openblas.`
   
   ENVIRONMENT
   ```
   brew formula python3 3.6.4_2
   _system_arch=x86_64
   _system_info='Darwin XXXXX 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64'
   _system_name=OSX
   _system_name_lowercase=osx
   _system_type=Darwin
   _system_version=10.9
   PATH=/usr/local/opt/python3/bin:/usr/local/bin:/usr/local/bin:/.... etc
   Python 3.6.4
   pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6)
   ```
   
   

----------------------------------------------------------------
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