Closed DavidLeoni closed 5 years ago
Solved issue by adding a separate requirements-rtd.txt
file just for ReadTheDocs, makes also buils faster
(only copies relevant stuff from requirements.txt
, will need to keep it in sync with the original one.
Today 5 apr 2019 got weird RTD weird error, this seems the cause:
See complete log
Collecting sphinx==1.7.6 (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/6d/62/e95cbd4966acaecb8805c321609ba986e47d806e5735967acfe2db3f7c26/Sphinx-1.7.6-py2.py3-none-any.whl Requirement already satisfied: tornado==4.5.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (4.5.3) Requirement already satisfied: ipykernel==4.6.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (4.6.1) Requirement already satisfied: nbsphinx==0.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.3.4) Requirement already satisfied: networkx==2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (2.0) Requirement already satisfied: arghandler==1.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.2.0) Collecting recommonmark==0.4.0 (from -r requirements.txt (line 7)) Using cached https://files.pythonhosted.org/packages/df/a5/8ee4b84af7f997dfdba71254a88008cfc19c49df98983c9a4919e798f8ce/recommonmark-0.4.0-py2.py3-none-any.whl Collecting sphinx_rtd_theme==0.2.5b1 (from -r requirements.txt (line 8)) Using cached https://files.pythonhosted.org/packages/aa/1e/fcce8baceb5ac2644dde124265b2e7b849a0190a6d033bf8b98580222ca6/sphinx_rtd_theme-0.2.5b1-py2.py3-none-any.whl Collecting matplotlib==1.5.1 (from -r requirements.txt (line 11)) Collecting numpy==1.11.0 (from -r requirements.txt (line 12)) Using cached https://files.pythonhosted.org/packages/1a/5c/57c6920bf4a1b1c11645b625e5483d778cedb3823ba21a017112730f0a12/numpy-1.11.0.tar.gz Collecting requests==2.18.4 (from -r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl Collecting beautifulsoup4==4.6.0 (from -r requirements.txt (line 14)) Using cached https://files.pythonhosted.org/packages/9e/d4/10f46e5cfac773e22707237bfcd51bbffeaf0a576b0a847ec7ab15bd7ace/beautifulsoup4-4.6.0-py3-none-any.whl Collecting lxml==4.1.1 (from -r requirements.txt (line 15)) Requirement already satisfied: pandas==0.23.4 in /home/docs/.pyenv/versions/3.7.1/lib/python3.7/site-packages (from -r requirements.txt (line 16)) (0.23.4) Collecting numexpr==2.4.6 (from -r requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/5a/d5/14b87de25ea857a321e0729a2b2ec3a4a98a993801427938209380a3fc82/numexpr-2.4.6.tar.gz (87kB) Collecting geopandas==0.4 (from -r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/24/11/d77c157c16909bd77557d00798b05a5b6615ed60acb5900fbe6a65d35e93/geopandas-0.4.0-py2.py3-none-any.whl Collecting ipywidgets==7.3.0 (from -r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/f0/5d/868df21e3b004a5a61294cab70e1f6f44986933eb3aa9c396dfd5112acb2/ipywidgets-7.3.0-py2.py3-none-any.whl Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.6.0) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.2.1) Requirement already satisfied: docutils>=0.11 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (0.14) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.12.0) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.3.1) Requirement already satisfied: sphinxcontrib-websupport in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (19.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (0.7.12) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.0) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (2.10) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from sphinx==1.7.6->-r requirements.txt (line 1)) (40.9.0) Requirement already satisfied: ipython>=4.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (7.4.0) Requirement already satisfied: traitlets>=4.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (4.3.2) Requirement already satisfied: jupyter-client in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipykernel==4.6.1->-r requirements.txt (line 3)) (5.2.4) Requirement already satisfied: nbconvert in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbsphinx==0.3.4->-r requirements.txt (line 4)) (5.4.1) Requirement already satisfied: nbformat in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbsphinx==0.3.4->-r requirements.txt (line 4)) (4.4.0) Requirement already satisfied: decorator>=4.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from networkx==2.0->-r requirements.txt (line 5)) (4.4.0) Requirement already satisfied: argcomplete in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from arghandler==1.2.0->-r requirements.txt (line 6)) (1.9.5) Collecting commonmark<=0.5.4 (from recommonmark==0.4.0->-r requirements.txt (line 7)) Requirement already satisfied: pytz in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2018.9) Requirement already satisfied: python-dateutil in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2.8.0) Requirement already satisfied: pyparsing!=2.0.4,>=1.5.6 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (2.3.1) Requirement already satisfied: cycler in /home/docs/.pyenv/versions/3.7.1/lib/python3.7/site-packages (from matplotlib==1.5.1->-r requirements.txt (line 11)) (0.10.0) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from requests==2.18.4->-r requirements.txt (line 13)) (3.0.4) Collecting idna<2.7,>=2.5 (from requests==2.18.4->-r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl Collecting urllib3<1.23,>=1.21.1 (from requests==2.18.4->-r requirements.txt (line 13)) Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from requests==2.18.4->-r requirements.txt (line 13)) (2019.3.9) Collecting fiona (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/1b/01/1ff66b7ffc6b9b0abb9505a0fc169208e25adcce9bd5f37e0756a93ab5f4/Fiona-1.8.6-cp37-cp37m-manylinux1_x86_64.whl Collecting shapely (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/97/36/1af447160f713d72f35dd7e749788367b7a13285c4af2fbd675128aa4e99/Shapely-1.6.4.post2-cp37-cp37m-manylinux1_x86_64.whl Collecting pyproj (from geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/76/9d/1ea5c4f4e2d8b76ad5334cb2dac00ba3af2893ca20d06e275d2335975049/pyproj-2.1.2-cp37-cp37m-manylinux1_x86_64.whl Collecting widgetsnbextension~=3.3.0 (from ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/1e/dd/847f6e5cb98caf819e2dca50109611cc0e43b54e0f0d740ee8586a954b18/widgetsnbextension-3.3.1-py2.py3-none-any.whl Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->sphinx==1.7.6->-r requirements.txt (line 1)) (1.1.1) Requirement already satisfied: pexpect; sys_platform != "win32" in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (4.6.0) Requirement already satisfied: pickleshare in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.7.5) Requirement already satisfied: backcall in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.1.0) Requirement already satisfied: prompt-toolkit<2.1.0,>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (2.0.9) Requirement already satisfied: jedi>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.13.3) Requirement already satisfied: ipython-genutils in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from traitlets>=4.1.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.2.0) Requirement already satisfied: pyzmq>=13 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jupyter-client->ipykernel==4.6.1->-r requirements.txt (line 3)) (18.0.1) Requirement already satisfied: jupyter-core in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jupyter-client->ipykernel==4.6.1->-r requirements.txt (line 3)) (4.4.0) Requirement already satisfied: mistune>=0.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.8.4) Requirement already satisfied: defusedxml in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.5.0) Requirement already satisfied: bleach in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (3.1.0) Requirement already satisfied: pandocfilters>=1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (1.4.2) Requirement already satisfied: entrypoints>=0.2.2 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.3) Requirement already satisfied: testpath in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.4.2) Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from nbformat->nbsphinx==0.3.4->-r requirements.txt (line 4)) (3.0.1) Collecting click-plugins>=1.0 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl Collecting munch (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Requirement already satisfied: attrs>=17 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from fiona->geopandas==0.4->-r requirements.txt (line 18)) (19.1.0) Collecting cligj>=0.5 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/e4/be/30a58b4b0733850280d01f8bd132591b4668ed5c7046761098d665ac2174/cligj-0.5.0-py3-none-any.whl Collecting click<8,>=4.0 (from fiona->geopandas==0.4->-r requirements.txt (line 18)) Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl Collecting notebook>=4.4.1 (from widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/f6/36/89ebfffc9dd8c8dbd81c1ffb53e3d4233ee666414c143959477cb07cc5f5/notebook-5.7.8-py2.py3-none-any.whl Requirement already satisfied: ptyprocess>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.6.0) Requirement already satisfied: wcwidth in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from prompt-toolkit<2.1.0,>=2.0.0->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.1.7) Requirement already satisfied: parso>=0.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jedi>=0.10->ipython>=4.0.0->ipykernel==4.6.1->-r requirements.txt (line 3)) (0.3.4) Requirement already satisfied: webencodings in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from bleach->nbconvert->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.5.1) Requirement already satisfied: pyrsistent>=0.14.0 in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat->nbsphinx==0.3.4->-r requirements.txt (line 4)) (0.14.11) Collecting terminado>=0.8.1 (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/a7/56/80ea7fa66565fa75ae21ce0c16bc90067530e5d15e48854afcc86585a391/terminado-0.8.2-py2.py3-none-any.whl Collecting Send2Trash (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Using cached https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b1247194adae45db714/Send2Trash-1.5.0-py3-none-any.whl Collecting prometheus-client (from notebook>=4.4.1->widgetsnbextension~=3.3.0->ipywidgets==7.3.0->-r requirements.txt (line 19)) Building wheels for collected packages: numpy, numexpr Running setup.py bdist_wheel for numpy: started Running setup.py bdist_wheel for numpy: still running... Running setup.py bdist_wheel for numpy: finished with status 'error' Complete output from command /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-dbp23z5k/numpy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-nb6a8bta --python-tag cp37: Running from numpy source directory. blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE openblas_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS libraries tatlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_3_10_blas_info: libraries satlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1640: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) blas_info: libraries blas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1649: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) blas_src_info: NOT AVAILABLE /tmp/pip-install-dbp23z5k/numpy/numpy/distutils/system_info.py:1652: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) NOT AVAILABLE non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: openblas_lapack_info: libraries openblas not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in ['/home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu'] NOT AVAILABLE NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS libraries tatlas,tatlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries lapack_atlas not found in /home/docs/checkouts/readthedocs.org/user_builds/softpython/envs/latest/lib libraries tatlas,tatlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries tatlas,tatlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib libraries tatlas,tatlas not found in /usr/lib/x86_64-linux-gnu libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu