We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Place the results of python -c "import aesara; print(aesara.config)" here.
python -c "import aesara; print(aesara.config)"
The text was updated successfully, but these errors were encountered:
I will try pinning numpy<1.26...
numpy<1.26
Sorry, something went wrong.
No branches or pull requests
Description of your problem or feature request
On conda-forge for the Windows builds
Please provide the full tracebacks for any relevant errors and/or warning messages.
Please provide any additional information below.
Versions and main components
Aesara config:
Place the results of
python -c "import aesara; print(aesara.config)"
here.The text was updated successfully, but these errors were encountered: