Error during initialization of module GMP

I’ve just installed Julia-1.6.4 onto a Mac Pro desktop (2019) running Mac OSX Monterey (ver. 12.0.1). When I startup Julia I get the following message:

exec '/Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia'
(base) user@Mac-Pro ~ % exec '/Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia'
WARNING: Error during initialization of module GMP:
ErrorException("could not load symbol "__gmp_version":
dlsym(0x21485c840, __gmp_version): symbol not found")
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.4 (2021-11-19)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> 

Any suggestions on how correct the error during the initialization of module GMP?

Samuel Dupree.

Since this post, I’ve updated Julia to ver. 1.7. I’m still getting the same error in initializing GMP.

Samuel Dupree.