Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings emitted on import in Windows #1514

Open
maresb opened this issue Sep 21, 2023 · 1 comment
Open

Warnings emitted on import in Windows #1514

maresb opened this issue Sep 21, 2023 · 1 comment

Comments

@maresb
Copy link
Contributor

maresb commented Sep 21, 2023

Description of your problem or feature request

On conda-forge for the Windows builds

import: 'aesara.configdefaults'
import: 'aesara'
import: 'aesara.configdefaults'

Please provide the full tracebacks for any relevant errors and/or warning messages.

WARN: Could not locate executable g77
WARN: Could not locate executable f77
WARN: Could not locate executable ifort
WARN: Could not locate executable ifl
WARN: Could not locate executable f90
WARN: Could not locate executable efl
D:\bld\aesara-suite_1695284749238\_test_env\Lib\site-packages\numpy\distutils\system_info.py:2159: UserWarning: 
    Optimized (vendor) Blas libraries are not found.
    Falls back to netlib Blas library which has worse performance.
    A better performance should be easily gained by switching
    Blas library.
  if self._calc_info(blas):
D:\bld\aesara-suite_1695284749238\_test_env\Lib\site-packages\numpy\distutils\system_info.py:2159: 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.
  if self._calc_info(blas):
D:\bld\aesara-suite_1695284749238\_test_env\Lib\site-packages\numpy\distutils\system_info.py:2159: 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.
  if self._calc_info(blas):

Please provide any additional information below.

Versions and main components

  • Aesara version: 2.9.2
  • Python version:
  • Operating system:
  • How did you install Aesara: (conda/pip)
Aesara config:

Place the results of python -c "import aesara; print(aesara.config)" here.

@maresb
Copy link
Contributor Author

maresb commented Sep 21, 2023

I will try pinning numpy<1.26...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant