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


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

Re: scipy error invalid path

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2014-01-31 22:46 +0000
Last post2014-01-31 22:46 +0000
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: scipy error invalid path Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-31 22:46 +0000

#65147 — Re: scipy error invalid path

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-01-31 22:46 +0000
SubjectRe: scipy error invalid path
Message-ID<mailman.6227.1391208373.18130.python-list@python.org>
On 31/01/2014 18:33, e-letter wrote:
> Readers,
>
> Used the community edition service of activepython web site to install
> python27. Within the 'bin' directory, received the following error:
>
> $ ./easy_install-2.7 scipy
> Searching for scipy
> Reading https://pypi.python.org/simple/scipy/
> Best match: scipy 0.13.2
> Downloading https://pypi.python.org/packages/source/s/scipy/scipy-0.13.2.zip#md5=9befa30e546fba762a0c1695a509f731
> Processing scipy-0.13.2.zip
> Writing /tmp/easy_install-Ef9P39/scipy-0.13.2/setup.cfg
> Running scipy-0.13.2/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-Ef9P39/scipy-0.13.2/egg-dist-tmp-6SO8yB
> /path/to/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:564:
> UserWarning: Specified path /home/apy/atlas/lib is invalid.
>    warnings.warn('Specified path %s is invalid.' % d)
>
> There is no directory in the host computer with this home directory
> name. How to solve please?
>

This is a warning and not an error so I'd assume that scipy has been 
successfully installed.  Have you checked this?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


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


csiph-web