-
Notifications
You must be signed in to change notification settings - Fork 6.8k
No matching distribution found for mxnet when install mxnet everywhere #11277
Comments
I got an error when build from source: |
@zjjott thanks for reporting this issue. @sandeep-krishnamurthy could you add label "Feature Request" , "Installation" to this? |
@kalyc I try to modify install-mxnet-osx-python.sh script,but it install python2 package in system,I want to install mxnet in my virtualenv and with python3.6 I follow this discuss link ,and try |
@zjjott Can you try to run the commands once more ? I was not able to reproduce the error with pip installation locally on my MacBook Pro. |
I installed mxnet thru pip install mxnet , but I keep downloading the 1.8 version, and when I try installing the pre-requisites for open vino I keep getting Can you help me? ----------Python Info---------- |
ERROR: No matching distribution found for mxnet==1.9.1 |
|
ERROR: Could not find a version that satisfies the requirement mxnet==1.9.* (from versions: 0.11.0, 0.12.0, 0.12.1, 1.0.0, 1.0.0.post1, 1.0.0.post3, 1.0.0.post4, 1.1.0.post0, 1.2.0, 1.2.1, 1.2.1.post1, 1.3.0, 1.3.1, 1.4.0, 1.4.0.post0, 1.4.1, 1.5.0, 1.6.0, 1.7.0.post1, 1.7.0.post2) Anyone has any ideas? I've been trying to solve/understand for the past days now but can't get it to work. |
It's because they haven't made an |
Im in python 3.7 but still the same error: |
Description
(Brief description of the problem in no more than 2 sentences.)
I use
pip install mxnet -v
but everywhere it can't be installevery 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')
Package used (Python/R/Scala/Julia):
(I'm using ...)
Python
Steps to reproduce
(Paste the commands you ran that produced the error.)
What have you tried to solve it?
The text was updated successfully, but these errors were encountered: