[SciPy-User] non-existing path in 'scipy/io': 'docs'
Ralf Gommers
ralf.gommers at googlemail.com
Sun Mar 18 17:42:11 EDT 2012
2012/3/16 Conny Kühne <conny.kuehne at googlemail.com>
> Hello,
>
> I get the following error when trying to build scipy 0.10.1 from source
>
> blas_opt_info:
> FOUND:
> extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
> define_macros = [('NO_ATLAS_INFO', 3)]
> extra_compile_args = ['-faltivec',
> '-I/System/Library/Frameworks/vecLib.framework/Headers']
>
> non-existing path in 'scipy/io': 'docs'
>
This can be cleaned up by removing the line "config.add_data_dir('docs')"
in scipy/io/setup.py. Note that this is not an actual error though, just a
harmless warning. Do you have an actual install issue? If so, can you post
the full build log?
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120318/f821c7bb/attachment.html>
More information about the SciPy-User
mailing list