}

Solved_errors Index Page 3

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.

Library not loaded: libgfortran.3.dylib

If you got the error:

MacOS: numpy/arrayobject.h File Not Found

If you got the error:

MacOS: libffi Required by gobject-2.0 Not Found

Check here the solution for

Fix Go Error: runtime.main_main·f: function main is undeclared [Solution]

Fix the Go error "runtime.main_main·f: function main is undeclared in the main package". Learn the causes and step-by-step solutions with code examples.

macOS: Open Current Folder in Finder

To open finder from the terminal in OSX use the commnad

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.

How to reset bios or clear cmos using just keyboard keys

If you want to clear cmos without opening the computer case, try to: press del key on power on.

Nginx 413: Request Entity Too Large Fix

If you got the error “413 Request Entity Too Large” in Nginx, set the value of “client_max_body_size” to a bigger value. The configuration is located at /etc/nginx/nginx.conf. Check here for more details on this solution.

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

If you are having the error