Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107229 > unrolled thread
| Started by | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| First post | 2016-04-17 20:53 -0700 |
| Last post | 2016-04-18 10:19 +0100 |
| Articles | 8 — 4 participants |
Back to article view | Back to comp.lang.python
scipy install error,need help its important Xristos Xristoou <saxri89@gmail.com> - 2016-04-17 20:53 -0700
Re: scipy install error,need help its important Sayth Renshaw <flebber.crue@gmail.com> - 2016-04-17 21:11 -0700
Re: scipy install error,need help its important Sayth Renshaw <flebber.crue@gmail.com> - 2016-04-17 21:13 -0700
Re: scipy install error,need help its important Xristos Xristoou <saxri89@gmail.com> - 2016-04-17 21:21 -0700
Re: scipy install error,need help its important Xristos Xristoou <saxri89@gmail.com> - 2016-04-17 21:38 -0700
Re: scipy install error,need help its important Christian Gollwitzer <auriocus@gmx.de> - 2016-04-18 08:39 +0200
Re: scipy install error,need help its important Xristos Xristoou <saxri89@gmail.com> - 2016-04-18 00:38 -0700
Re: scipy install error,need help its important Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-04-18 10:19 +0100
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-17 20:53 -0700 |
| Subject | scipy install error,need help its important |
| Message-ID | <6931c7f5-ffa0-4a8c-86bc-d257f0582c09@googlegroups.com> |
guys i have big proplem i want to install scipy
but all time show me error
i have python 2.7 and windows 10
i try to use pip install scipy and i take that error
raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
[toc] | [next] | [standalone]
| From | Sayth Renshaw <flebber.crue@gmail.com> |
|---|---|
| Date | 2016-04-17 21:11 -0700 |
| Message-ID | <7f1b2ebb-a5aa-446a-83ad-436cc986d747@googlegroups.com> |
| In reply to | #107229 |
On Monday, 18 April 2016 13:53:30 UTC+10, Xristos Xristoou wrote:
> guys i have big proplem i want to install scipy
> but all time show me error
> i have python 2.7 and windows 10
> i try to use pip install scipy and i take that error
>
> raise NotFoundError('no lapack/blas resources found')
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>
>
> Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
Either install and use anaconda
https://www.continuum.io/downloads
or use these builds to install.
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Cheers
Sayth
[toc] | [prev] | [next] | [standalone]
| From | Sayth Renshaw <flebber.crue@gmail.com> |
|---|---|
| Date | 2016-04-17 21:13 -0700 |
| Message-ID | <12eb1f0c-4e28-472d-926d-2497ebb747d3@googlegroups.com> |
| In reply to | #107229 |
On Monday, 18 April 2016 13:53:30 UTC+10, Xristos Xristoou wrote:
> guys i have big proplem i want to install scipy
> but all time show me error
> i have python 2.7 and windows 10
> i try to use pip install scipy and i take that error
>
> raise NotFoundError('no lapack/blas resources found')
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>
>
> Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
Oh and I would choose the anaconda route. Then you can use conda to easy manage libraries that could otherwise be dificult on windows.
Sayth
[toc] | [prev] | [next] | [standalone]
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-17 21:21 -0700 |
| Message-ID | <d7fd91fa-12e8-4589-b32d-88825d6dee5f@googlegroups.com> |
| In reply to | #107229 |
Τη Δευτέρα, 18 Απριλίου 2016 - 6:53:30 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
after google search to many post propose install lapack and atla
bt=ut i dont know
> guys i have big proplem i want to install scipy
> but all time show me error
> i have python 2.7 and windows 10
> i try to use pip install scipy and i take that error
>
> raise NotFoundError('no lapack/blas resources found')
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>
>
> Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
[toc] | [prev] | [next] | [standalone]
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-17 21:38 -0700 |
| Message-ID | <18152623-df1a-4da3-8b93-30672a7281f3@googlegroups.com> |
| In reply to | #107229 |
Τη Δευτέρα, 18 Απριλίου 2016 - 6:53:30 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
> guys i have big proplem i want to install scipy
> but all time show me error
> i have python 2.7 and windows 10
> i try to use pip install scipy and i take that error
>
> raise NotFoundError('no lapack/blas resources found')
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>
>
> Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
i fllow you with anaconda route and i install scipy without error
but in the idle i write import scipy and show me erroe msg no module name scipy,why ?
[toc] | [prev] | [next] | [standalone]
| From | Christian Gollwitzer <auriocus@gmx.de> |
|---|---|
| Date | 2016-04-18 08:39 +0200 |
| Message-ID | <nf1v9i$s6m$1@dont-email.me> |
| In reply to | #107237 |
Am 18.04.16 um 06:38 schrieb Xristos Xristoou: > > i fllow you with anaconda route and i install scipy without error > but in the idle i write import scipy and show me erroe msg no module name scipy,why ? > Maybe you run IDLE with the python that you had installed before? Try looking for IDLE within anaconda. Also read this thread: https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/Dr8xFdKbA20 Christian
[toc] | [prev] | [next] | [standalone]
| From | Xristos Xristoou <saxri89@gmail.com> |
|---|---|
| Date | 2016-04-18 00:38 -0700 |
| Message-ID | <69ea7171-f143-44cb-b415-3a3c17f3c88c@googlegroups.com> |
| In reply to | #107229 |
Τη Δευτέρα, 18 Απριλίου 2016 - 6:53:30 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
> guys i have big proplem i want to install scipy
> but all time show me error
> i have python 2.7 and windows 10
> i try to use pip install scipy and i take that error
>
> raise NotFoundError('no lapack/blas resources found')
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>
>
> Command "C:\Python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\name\\appdata\\local\\temp\\pip-build-a3fjaf\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\name\appdata\local\temp\pip-pgtkuz-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\name\appdata\local\temp\pip-build-a3fjaf\scipy\
yes i have idle python 2.7 before,must delete first before install anaconda ?how can anaconda packages to run with old idle ?because i have to many packages in old python.
[toc] | [prev] | [next] | [standalone]
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
|---|---|
| Date | 2016-04-18 10:19 +0100 |
| Message-ID | <mailman.143.1460971204.6324.python-list@python.org> |
| In reply to | #107250 |
On 18 April 2016 at 08:38, Xristos Xristoou <saxri89@gmail.com> wrote:
> Τη Δευτέρα, 18 Απριλίου 2016 - 6:53:30 π.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε:
>> guys i have big proplem i want to install scipy
>> but all time show me error
>> i have python 2.7 and windows 10
>> i try to use pip install scipy and i take that error
>>
>> raise NotFoundError('no lapack/blas resources found')
>> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
>>
>
> yes i have idle python 2.7 before,must delete first before install anaconda ?how can anaconda packages to run with old idle ?because i have to many packages in old python.
Just install numpy and scipy from here (as already mentioned earlier
in the thread):
http://www.lfd.uci.edu/~gohlke/pythonlibs/
--
Oscar
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web