[SciPy-Dev] NameError: global name 'atlas_extra_info' is not defined

M J Stanway bluesquall at gmail.com
Fri Mar 16 14:15:31 EDT 2012


I had the same problem.

Your suggestion got me past python setup.py config

To be ridiculously unambiguous, this is the git diff:

$ git diff
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index 3249140..2fbab79 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -1087,6 +1087,7 @@ class atlas_blas_info(atlas_info):
             dict_append(info, include_dirs=[h])
         info['language'] = 'c'
 
+        atlas_version, atlas_extra_info = get_atlas_version(**atlas)
         dict_append(atlas, **atlas_extra_info)
 
         dict_append(info, **atlas)





More information about the SciPy-Dev mailing list