}

Articles tagged "macOS"

11 min readIntermediate

compile: version does not match go tool version — Fix in 60 Seconds

Fix "compile: version does not match go tool version" in Go. Caused by GOROOT mismatch, stale PATH, or multiple Go installs. Copy-paste fix for Linux, macOS, and Windows.

1 min readBeginner

Fix libreadline.7.dylib LoadError on macOS

If you got the error libreadline.7.dylib (LoadError), try to create a symbolic link: ln -s /usr/local/opt/readline/lib/libreadline.8.0.dylib /usr/local/opt/readline/lib/libreadline.7.dylib. Check here for more information.

1 min readBeginner

Library not loaded: libgfortran.3.dylib

If you got the error:

1 min readBeginner

MacOS: numpy/arrayobject.h File Not Found

If you got the error:

2 min readBeginner

pip: six issue when installing package

If you are using macOS and you get a permission denied while installing with pip install six, then you could try to execute: pip install --ignore-installed six. check our solution for more details.

1 min readBeginner

macOS Mojave pyenv: Install failed, "zlib not available"

If you are having the error