
Setuptools 60.8.Zero Install is a decentralized cross-platform software installation system. Python-graphviz 0.19.1 pyhaef67bd_0 conda-forge Pthread-stubs 0.4 hcd874cb_1001 conda-forge M2w64-windows-default-manifest 6.4 3 conda-forge M2w64-libmangle-git 5.2e5a9a2 2 conda-forge

M2w64-headers-git 5.c0ad18a 2 conda-forge Libwebp-base 1.2.2 h8ffe710_1 conda-forge Now, in the output of the command: “conda list” I can see: Name Version Build ChannelĬa-certificates 2021.10.8 h5b45459_0 conda-forgeįont-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forgeįont-ttf-inconsolata 3.000 h77eed37_0 conda-forgeįont-ttf-source-code-pro 2.038 h77eed37_0 conda-forgeįont-ttf-ubuntu 0.83 hab24e00_0 conda-forgeįontconfig 2.13.96 h1989441_0 conda-forge I followed the instructions you mentioned step by step. Zstd 1.4.9 I appreciate your consideration for replying to my questions. M2w64-libwinpthread-git 5.697f757 2 conda-forge M2w64-gcc-libgfortran 5.3.0 6 conda-forge Here is the conda list: Name Version Build Channel You cannot get that from any channel on Conda, including Conda-Forge

The latest MSYS2 gcc suite has the 11.2.0 version available. You are better off upgrading to the version above I mentioned. Note, by default, based on the installation (if you are using Windows), gcc-5.3.0 compilers are installed. For me on Windows and Linux, installing the gcc version 11.2.0 helped. I have seen this warning come up when using older versions of gcc compilers.

In the list can you confirm you have libblas, libcblas, liblapack, mkl, mkl-service installed?Īt the same prompt, can you run g++ -version and share the version of the compiler you are using? In your environment set up for pymc3 can share the output of the command: conda list? This warning is telling you that a necessary library that will speed up theano processing is missing and hence it is going to use Numpy C-API based BLAS functions.īLAS (Basic Linear Algebra Subprograms) is a critical foundational library for a lot of math related operations (particularly Vector and Matrix operations).
