You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error message when building in a conda environment:
ValueError: A valid Fortran version was not found in this string:
arm64-apple-darwin20.0.0-gfortran: warning: could not understand version 13.04.00
11.2.0
INFO:
########### EXT COMPILER OPTIMIZATION ###########
INFO: Platform :
Architecture: aarch64
Compiler : clang
CPU baseline :
Requested :'min'
Enabled : NEON NEON_FP16 NEON_VFPV4 ASIMD
Flags : none
Extra checks: none
CPU dispatch :
Requested :'max -xop -fma4'
Enabled : ASIMDHP ASIMDDP ASIMDFHM
Generated : none
Even though I have gfortran and gcc installed through brew.
Also tried using the condagfortran library, to no avail.
The text was updated successfully, but these errors were encountered:
pedvoca
changed the title
Can't build locally or through pipe.
Can't build locally or through pip.
Jun 13, 2023
pedvoca
changed the title
Can't build locally or through pip.
Can't build locally or through pip on Mac Ventura
Jun 13, 2023
I get the following error message when building in a
conda
environment:Even though I have
gfortran
andgcc
installed through brew.Also tried using the
conda
gfortran library, to no avail.The text was updated successfully, but these errors were encountered: