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
On Mac OS I got an error saying that the spam package (required by the fields package) could not be installed. That's because I didn't have a fortran compiler installed. Easiest on Mac is to do brew install gcc in a terminal if you have Homebrew installed, and then manually install the spam package. On Linux gcc is installed by default in most distributions, otherwise do sudo apt install gcc.
The text was updated successfully, but these errors were encountered:
On Mac OS I got an error saying that the
spam
package (required by thefields
package) could not be installed. That's because I didn't have a fortran compiler installed. Easiest on Mac is to dobrew install gcc
in a terminal if you have Homebrew installed, and then manually install thespam
package. On Linuxgcc
is installed by default in most distributions, otherwise dosudo apt install gcc
.The text was updated successfully, but these errors were encountered: