Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/speech_recognition' code example
Example: Consider using the `--user` option or check the permissions
# For who have an error during install package
pip install <package> --user