lumist opened a new issue #12813: Installation error by pip in Anaconda environment URL: https://github.com/apache/incubator-mxnet/issues/12813 I have already installed NVIDIA's driver and CUDA. And when I activate Anaconda environment and use pip to install mxnet or mxnet-cu*, there is an installation error showing like this: ``` (base) x@x:~$ conda activate python35 (python35) x@x:~$ pip install mxnet Collecting mxnet Could not find a version that satisfies the requirement mxnet (from versions: ) No matching distribution found for mxnet ``` I use 'pip install mxnet-cu92 -i https://pypi.tuna.tsinghua.edu.cn/simple/', there is still the same error as below. I tried Python 3.6.5, 3.5.6 and 2.7.15 in anaconda environment, and the version of pip is latest. But if I use pip of original python which is installed before anaconda, it works. ``` (base) x@x:~$ pip2 install mxnet-cu92 -i https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting mxnet-cu92 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/8e/78/f323d6f0de63120b5228bfbee5830dfeda8cd192f6fbb642661a633624fd/mxnet_cu92-1.3.0.post0-py2.py3-none-manylinux1_x86_64.whl (442.1MB) 9% |███ | 40.5MB 33.6MB/s eta 0:00:12 ``` Are there problems in Anaconda? I'm quite confused.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
