Luis Diego Conejo
Results
1
comments of
Luis Diego Conejo
What I did was run this code in Terminal before running Jupyter Notebook. I have the latest gcc version from brew, and Python 3.7. `export CC=/usr/local/Cellar/gcc/9.2.0_3/bin/gcc-9 export CXX=/usr/local/Cellar/gcc/9.2.0_3/bin/g++-9 export DYLD_LIBRARY_PATH=/usr/local/Cellar/gcc/9.2.0_3/lib/gcc/9/:$DYLD_LIBRARY_PATH...