}

Solved_errors Index Page 3

Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError)

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: fatal error: 'numpy/arrayobject.h' file not found Solution

If you got the error:

MacOS: Package 'libffi', required by 'gobject-2.0', not found

Check here the solution for

go build: runtime.main_main·f: function main is undeclared in the main package

When you get the error

How to open Open Current Folder in Finder from Terminal of Mac OS X?

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.

[SOLVED] Status code 413: Request Entity Too Large Error While with Nginx

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