Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107122 > unrolled thread

Python2.7 win64 --- cannot install the package of scipy

Started byykt2271707491@gmail.com
First post2016-04-16 14:53 -0700
Last post2016-04-18 10:26 +0100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Python2.7 win64 --- cannot install the package of scipy ykt2271707491@gmail.com - 2016-04-16 14:53 -0700
    Re: Python2.7 win64 --- cannot install the package of scipy Hasan Diwan <hasandiwan+usenet@gmail.com> - 2016-04-18 07:51 +0000
    Re: Python2.7 win64 --- cannot install the package of scipy Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-04-18 10:26 +0100

#107122 — Python2.7 win64 --- cannot install the package of scipy

Fromykt2271707491@gmail.com
Date2016-04-16 14:53 -0700
SubjectPython2.7 win64 --- cannot install the package of scipy
Message-ID<66c616a4-a36f-437e-9ce0-e7694d28af7a@googlegroups.com>
I failed to install the package of scipy on Python2.7(win64).

1. I tried the direct way that use cmd--pip install scripy. The result shows that it failed with error code 1 in c:\tyk\appdata\local\temp\pip-build-an9fye\scipy\.

2. I tried to install in another way. I download the scipy-0.17.0-cp27-none-win_amd64.whl from Unofficial Windows Binaries for Python Extension Packages. And use cmd to install that in the Scripts direction, but still failed.(I have installed the package wheel already). The result shows that scipy-0.17.0-cp27-none-win_amd64.whl is not a supported wheel on this platform.

Would someone provide a pointer? Much appreciated!

[toc] | [next] | [standalone]


#107252

FromHasan Diwan <hasandiwan+usenet@gmail.com>
Date2016-04-18 07:51 +0000
Message-ID<nf23l4$1iie$1@gioia.aioe.org>
In reply to#107122
On 2016-04-16, ykt2271707491@gmail.com <ykt2271707491@gmail.com> wrote:
> I failed to install the package of scipy on Python2.7(win64).

Have you tried anaconda python -- https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda2-4.0.0-Windows-x86_64.exe

[toc] | [prev] | [next] | [standalone]


#107262

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2016-04-18 10:26 +0100
Message-ID<mailman.144.1460971605.6324.python-list@python.org>
In reply to#107122
On 16 April 2016 at 22:53,  <ykt2271707491@gmail.com> wrote:
> I failed to install the package of scipy on Python2.7(win64).
>
> 1. I tried the direct way that use cmd--pip install scripy. The result shows that it failed with error code 1 in c:\tyk\appdata\local\temp\pip-build-an9fye\scipy\.
>
> 2. I tried to install in another way. I download the scipy-0.17.0-cp27-none-win_amd64.whl from Unofficial Windows Binaries for Python Extension Packages. And use cmd to install that in the Scripts direction, but still failed.(I have installed the package wheel already). The result shows that scipy-0.17.0-cp27-none-win_amd64.whl is not a supported wheel on this platform.

That should be the right wheel if you have 64-bit Python 2.7 on
Windows. Note that it's possible you have 32 bit Python even if the
computer and Windows is 64-bit.

It's also possible that you need to update pip.

--
Oscar

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web