conda python isn't using the numpy version I try install if I also specify that it should use python 2
问题 I am trying to use condas to install an environment that uses python 2.7 and numpy version 1.10 I try to create such an environment conda create -n test2 python=2.7 numpy=1.10 It contends it is going to install the software I specified The following NEW packages will be INSTALLED: mkl: 11.3.3-0 numpy: 1.10.4-py27_2 openssl: 1.0.2l-0 pip: 9.0.1-py27_1 python: 2.7.13-0 readline: 6.2-2 setuptools: 27.2.0-py27_0 sqlite: 3.13.0-0 tk: 8.5.18-0 wheel: 0.29.0-py27_0 zlib: 1.2.8-3 and then activate it